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 101c88d commit 6241838Copy full SHA for 6241838
build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
implementation 'javax.measure:unit-api:2.2' // quantities
65
implementation 'tech.units:indriya:2.2.3' // quantities
66
implementation 'com.google.code.gson:gson:2.13.2' // java serialization, POJOs -> JSON
67
- implementation 'org.apache.commons:commons-lang3:3.19.0' // for HashCodeBuilder
+ implementation 'org.apache.commons:commons-lang3:3.20.0' // for HashCodeBuilder
68
implementation 'org.apache.commons:commons-math3:3.6.1' // mathematics and statistics components
69
// JTS Topology Suite for GeoPositions, License: EPL 1.0 / EDL 1.0
70
implementation 'org.locationtech.jts:jts-core:1.20.0'
0 commit comments