Skip to content

Commit

Permalink
Update JSON dependency to pick up a CVE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liblit committed Jan 15, 2024
1 parent edc47bc commit 97aa726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ htmlparser = "nu.validator.htmlparser:htmlparser:1.4"
java_cup = "java_cup:java_cup:0.9e"
javax-annotation-api = { module = "javax.annotation:javax.annotation-api", version = { strictly = "1.3.2" } }
jericho-html = "net.htmlparser.jericho:jericho-html:3.2"
json = "org.json:json:20230618"
json = "org.json:json:20231013"
jspecify = "org.jspecify:jspecify:0.3.0"
junit-bom = "org.junit:junit-bom:5.10.0"
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" }
Expand Down

0 comments on commit 97aa726

Please sign in to comment.