Skip to content

Commit

Permalink
Roll json-smart back to 2.4.11 to avoid CVE CVE-2024-57699 (#212)
Browse files Browse the repository at this point in the history
* Roll json-smart back to 2.4.11 to avoid CVE CVE-2024-57699

* Roll json-smart back to 2.4.11 to avoid CVE CVE-2024-57699
  • Loading branch information
rlubke authored Feb 10, 2025
1 parent 9db781d commit ac26178
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
Expand Down

0 comments on commit ac26178

Please sign in to comment.