Skip to content

Commit 93a9567

Browse files
authored
Update log4j to 2.17.1 to address CVE-2021-44832. (microsoft#3668)
1 parent 744a295 commit 93a9567

File tree

1 file changed

+3
-3
lines changed
  • samples/java_springboot/05.multi-turn-prompt

1 file changed

+3
-3
lines changed

samples/java_springboot/05.multi-turn-prompt/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,17 @@
8181
<dependency>
8282
<groupId>org.apache.logging.log4j</groupId>
8383
<artifactId>log4j-api</artifactId>
84-
<version>2.17.0</version>
84+
<version>2.17.1</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.apache.logging.log4j</groupId>
8888
<artifactId>log4j-core</artifactId>
89-
<version>2.17.0</version>
89+
<version>2.17.1</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.apache.logging.log4j</groupId>
9393
<artifactId>log4j-to-slf4j</artifactId>
94-
<version>2.16.0</version>
94+
<version>2.17.1</version>
9595
<scope>test</scope>
9696
</dependency>
9797

0 commit comments

Comments
 (0)