From cc5bd87a693e7bc30fa60fa2dd50066114ae8341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 04:02:27 +0000 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 Bumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 341e6f20..4b30b321 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'javax.measure:unit-api:2.2' // quantities implementation 'tech.units:indriya:2.2.3' // quantities implementation 'com.google.code.gson:gson:2.13.2' // java serialization, POJOs -> JSON - implementation 'org.apache.commons:commons-lang3:3.19.0' // for HashCodeBuilder + implementation 'org.apache.commons:commons-lang3:3.20.0' // for HashCodeBuilder implementation 'org.apache.commons:commons-math3:3.6.1' // mathematics and statistics components // JTS Topology Suite for GeoPositions, License: EPL 1.0 / EDL 1.0 implementation 'org.locationtech.jts:jts-core:1.20.0'