Skip to content

Commit

Permalink
Upgrade to newer JSON dependency
Browse files Browse the repository at this point in the history
Version 20220924 has [a known
vulnerability](https://devhub.checkmarx.com/cve-details/CVE-2022-45688).
  • Loading branch information
liblit committed Jul 22, 2023
1 parent 976bdbf commit 12f561f
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 @@ -27,7 +27,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:20220924"
json = "org.json:json:20230618"
jspecify = "org.jspecify:jspecify:0.3.0"
junit = "junit:junit:4.13.2"
nullaway = "com.uber.nullaway:nullaway:0.10.10"
Expand Down

0 comments on commit 12f561f

Please sign in to comment.