Skip to content

Commit 1a8db80

Browse files
authored
fix: pom.xml to reduce vulnerabilities (#45)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2321524
1 parent 0f0fa88 commit 1a8db80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<dependency>
156156
<groupId>org.apache.logging.log4j</groupId>
157157
<artifactId>log4j-core</artifactId>
158-
<version>2.16.0</version>
158+
<version>2.17.0</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>io.logz.sender</groupId>

0 commit comments

Comments
 (0)