Skip to content

Commit

Permalink
Merge pull request #7 from thiagarajanb/snyk-fix-fbccb68f40f4541ebc7a…
Browse files Browse the repository at this point in the history
…011b3b1c0620

[Snyk] Fix for 72 vulnerabilities
  • Loading branch information
thiagarajanb authored Oct 24, 2024
2 parents 6072070 + 4d6c6ea commit b482bee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions todolist-goof/todolist-web-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.6.5</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.5</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.3.1.Final</version>
<version>6.0.23.Final</version>
</dependency>

<!--vulnerable commons collections (deserialization) -->
Expand Down

0 comments on commit b482bee

Please sign in to comment.