Skip to content

Commit 2e06a5c

Browse files
committed
fix: todolist-goof/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSIO-8161190
1 parent 40dbd2a commit 2e06a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

todolist-goof/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<spring.version>3.2.6.RELEASE</spring.version>
1414
<hibernate.version>4.3.7.Final</hibernate.version>
1515
<tapestry.version>5.3.8</tapestry.version>
16-
<struts2.version>2.3.20</struts2.version>
16+
<struts2.version>6.4.0</struts2.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
</properties>
1919

0 commit comments

Comments
 (0)