diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 96330a8..460a73f 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { // This dependency is used internally, and not exposed to consumers on their own compile classpath. // implementation("com.google.guava:guava:31.1-jre") - implementation("org.json:json:20231013") + implementation("org.json:json:20241224") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2") }