mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-04 03:42:08 +08:00
关于logback的版本漏洞修复 #488
This commit is contained in:
@@ -83,6 +83,11 @@
|
|||||||
<artifactId>spring-boot-starter-logging</artifactId>
|
<artifactId>spring-boot-starter-logging</artifactId>
|
||||||
<version>${spring.boot.version}</version>
|
<version>${spring.boot.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>ch.qos.logback</groupId>
|
||||||
|
<artifactId>logback-classic</artifactId>
|
||||||
|
<version>${logback.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
||||||
|
|||||||
1
pom.xml
1
pom.xml
@@ -30,6 +30,7 @@
|
|||||||
<tomcat.version>8.5.72</tomcat.version>
|
<tomcat.version>8.5.72</tomcat.version>
|
||||||
<log4j2.version>2.16.0</log4j2.version>
|
<log4j2.version>2.16.0</log4j2.version>
|
||||||
<maven-assembly-plugin.version>3.0.0</maven-assembly-plugin.version>
|
<maven-assembly-plugin.version>3.0.0</maven-assembly-plugin.version>
|
||||||
|
<logback.version>1.2.9</logback.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|||||||
Reference in New Issue
Block a user