Skip to content

Commit

Permalink
关于logback的版本漏洞修复 didi#488
Browse files Browse the repository at this point in the history
  • Loading branch information
shishuai committed Jun 29, 2022
1 parent 371ae2c commit a23c113
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kafka-manager-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
<artifactId>spring-boot-starter-logging</artifactId>
<version>${spring.boot.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<tomcat.version>8.5.72</tomcat.version>
<log4j2.version>2.16.0</log4j2.version>
<maven-assembly-plugin.version>3.0.0</maven-assembly-plugin.version>
<logback.version>1.2.9</logback.version>
</properties>

<modules>
Expand Down

0 comments on commit a23c113

Please sign in to comment.