Skip to content

Commit

Permalink
Java: DoS Vulnerability in JSON-JAVA #66
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Nov 15, 2023
1 parent 8afe80a commit b775261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sigla-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20140107</version>
<version>20231013</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sigla-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
<version>20231013</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down

0 comments on commit b775261

Please sign in to comment.