Skip to content

Commit 7da55e1

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2314719 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2314720
1 parent 2490411 commit 7da55e1

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
@@ -80,12 +80,12 @@
8080
<dependency>
8181
<groupId>org.apache.logging.log4j</groupId>
8282
<artifactId>log4j-api</artifactId>
83-
<version>2.14.1</version>
83+
<version>2.15.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.apache.logging.log4j</groupId>
8787
<artifactId>log4j-core</artifactId>
88-
<version>2.14.1</version>
88+
<version>2.15.0</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)