We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1b55c commit 35f3044Copy full SHA for 35f3044
1 file changed
build.gradle
@@ -185,7 +185,7 @@ dependencies {
185
yamlRestTestRuntimeOnly "org.apache.logging.log4j:log4j-core:${versions.log4j}"
186
testImplementation "org.hamcrest:hamcrest:${versions.hamcrest}"
187
testImplementation 'org.json:json:20231013'
188
- implementation "org.apache.commons:commons-lang3:3.13.0"
+ implementation "org.apache.commons:commons-lang3:3.18.0"
189
implementation "org.locationtech.spatial4j:spatial4j:${versions.spatial4j}"
190
implementation "org.locationtech.jts:jts-core:${versions.jts}"
191
implementation "org.apache.commons:commons-csv:1.10.0"
0 commit comments