Skip to content

Commit 897c510

Browse files
committed
fix: todolist-goof/todolist-web-struts/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2314720
1 parent e8af2d9 commit 897c510

File tree

1 file changed

+1
-1
lines changed
  • todolist-goof/todolist-web-struts

1 file changed

+1
-1
lines changed

todolist-goof/todolist-web-struts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.apache.logging.log4j</groupId>
2929
<artifactId>log4j-core</artifactId>
30-
<version>2.7</version>
30+
<version>2.12.2</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)