diff --git a/build.gradle b/build.gradle index d788f0f8..03aad979 100644 --- a/build.gradle +++ b/build.gradle @@ -157,7 +157,7 @@ dependencies { api project(":libs:h3") yamlRestTestRuntimeOnly "org.apache.logging.log4j:log4j-core:${versions.log4j}" testImplementation "org.hamcrest:hamcrest:${versions.hamcrest}" - testImplementation 'org.json:json:20230227' + testImplementation 'org.json:json:20231013' implementation "org.apache.commons:commons-lang3:3.13.0" implementation "org.locationtech.spatial4j:spatial4j:${versions.spatial4j}" implementation "org.locationtech.jts:jts-core:${versions.jts}"