diff --git a/build.gradle b/build.gradle index 7f3d93a3..9382474d 100644 --- a/build.gradle +++ b/build.gradle @@ -185,7 +185,7 @@ dependencies { yamlRestTestRuntimeOnly "org.apache.logging.log4j:log4j-core:${versions.log4j}" testImplementation "org.hamcrest:hamcrest:${versions.hamcrest}" testImplementation 'org.json:json:20231013' - implementation "org.apache.commons:commons-lang3:3.13.0" + implementation "org.apache.commons:commons-lang3:3.18.0" implementation "org.locationtech.spatial4j:spatial4j:${versions.spatial4j}" implementation "org.locationtech.jts:jts-core:${versions.jts}" implementation "org.apache.commons:commons-csv:1.10.0"