Skip to content

Commit

Permalink
Merge pull request #3 from thiagarajanb/snyk-fix-1f31ea264854535e0d53…
Browse files Browse the repository at this point in the history
…b7d954f9f179

[Snyk] Fix for 62 vulnerabilities
  • Loading branch information
thiagarajanb authored Oct 24, 2024
2 parents 59ef1f0 + 897766a commit 0fb8de9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions todolist-goof/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<url>https://github.com/snyk/java-goof</url>

<properties>
<spring.version>3.2.6.RELEASE</spring.version>
<spring.version>5.3.38</spring.version>
<hibernate.version>4.3.7.Final</hibernate.version>
<tapestry.version>5.3.8</tapestry.version>
<struts2.version>2.3.20</struts2.version>
<struts2.version>2.5.33</struts2.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions todolist-goof/todolist-web-struts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.7</version>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>zt-zip</artifactId>
<version>1.12</version>
<version>1.13</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0fb8de9

Please sign in to comment.