We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29b1f8 commit 3bfbd75Copy full SHA for 3bfbd75
build.gradle
@@ -150,7 +150,7 @@ dependencies {
150
api project(":libs:h3")
151
yamlRestTestRuntimeOnly "org.apache.logging.log4j:log4j-core:${versions.log4j}"
152
testImplementation "org.hamcrest:hamcrest:${versions.hamcrest}"
153
- testImplementation 'org.json:json:20211205'
+ testImplementation 'org.json:json:20230227'
154
implementation "org.apache.commons:commons-lang3:3.12.0"
155
implementation "org.locationtech.spatial4j:spatial4j:${versions.spatial4j}"
156
implementation "org.locationtech.jts:jts-core:${versions.jts}"
0 commit comments