Skip to content

Commit

Permalink
Update log4j to 2.17.1 to address CVE-2021-44832. (#3668)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremie1112 authored Dec 30, 2021
1 parent 744a295 commit 93a9567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/java_springboot/05.multi-turn-prompt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,17 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>2.16.0</version>
<version>2.17.1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 93a9567

Please sign in to comment.