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 0fa9b23 commit c4d1ec9Copy full SHA for c4d1ec9
build.gradle
@@ -58,7 +58,7 @@ dependencies {
58
59
implementation 'javax.measure:unit-api:2.2' // quantities
60
implementation 'tech.units:indriya:2.2.2' // quantities
61
- implementation 'com.google.code.gson:gson:2.13.0' // java serialization, POJOs -> JSON
+ implementation 'com.google.code.gson:gson:2.13.1' // java serialization, POJOs -> JSON
62
implementation 'org.apache.commons:commons-lang3:3.17.0' // for HashCodeBuilder
63
implementation 'org.apache.commons:commons-math3:3.6.1' // mathematics and statistics components
64
// JTS Topology Suite for GeoPositions, License: EPL 1.0 / EDL 1.0
0 commit comments