Skip to content

Commit 717fdba

Browse files
authored
Merge pull request #1 from fajarst/snyk-fix-9139ea1203dfd97547bf1281e9ef020f
[Snyk] Fix for 40 vulnerabilities
2 parents a692a70 + c48f8f4 commit 717fdba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<url>https://github.com/snyk/java-goof</url>
1111

1212
<properties>
13-
<spring.version>3.2.6.RELEASE</spring.version>
13+
<spring.version>3.2.15.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>2.3.37</struts2.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
</properties>
1919

todolist-web-struts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.zeroturnaround</groupId>
8181
<artifactId>zt-zip</artifactId>
82-
<version>1.12</version>
82+
<version>1.13</version>
8383
<type>jar</type>
8484
</dependency>
8585
</dependencies>

0 commit comments

Comments
 (0)