From c0c59934d588ba615ce386c771845b92ef67a192 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 03:05:53 +0000 Subject: [PATCH] Update dependency org.json:json to v20231013 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"