diff --git a/build.gradle b/build.gradle index bcc2fc33..92f1b13e 100644 --- a/build.gradle +++ b/build.gradle @@ -150,7 +150,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:20211205' + testImplementation 'org.json:json:20230227' implementation "org.apache.commons:commons-lang3:3.12.0" implementation "org.locationtech.spatial4j:spatial4j:${versions.spatial4j}" implementation "org.locationtech.jts:jts-core:${versions.jts}"