From 12f561f56df97998d6f4a398af1e8d09a5137632 Mon Sep 17 00:00:00 2001 From: Ben Liblit Date: Sat, 22 Jul 2023 18:37:17 -0400 Subject: [PATCH] Upgrade to newer JSON dependency Version 20220924 has [a known vulnerability](https://devhub.checkmarx.com/cve-details/CVE-2022-45688). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c1334714da..777597e9fc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"