Skip to content

Commit 41052f7

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-14532782
1 parent 553accd commit 41052f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,12 @@
226226
<dependency>
227227
<groupId>org.apache.logging.log4j</groupId>
228228
<artifactId>log4j-core</artifactId>
229-
<version>2.17.1</version>
229+
<version>2.25.3</version>
230230
</dependency>
231231
<dependency>
232232
<groupId>org.apache.logging.log4j</groupId>
233233
<artifactId>log4j-slf4j2-impl</artifactId>
234-
<version>2.24.3</version>
234+
<version>2.25.3</version>
235235
</dependency>
236236
<dependency>
237237
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)