We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c9e19 commit cb920a5Copy full SHA for cb920a5
build.gradle
@@ -20,13 +20,13 @@ repositories {
20
}
21
22
ext {
23
- geotoolsVersion = '32.1'
+ geotoolsVersion = '32.2'
24
25
26
dependencies {
27
implementation 'org.lz4:lz4-java:1.8.0' // Apache 2.0
28
implementation 'com.github.albfernandez:javadbf:1.14.1' // LGPL 3.0
29
- implementation 'com.google.code.gson:gson:2.11.0' // Apache 2.0
+ implementation 'com.google.code.gson:gson:2.13.1' // Apache 2.0
30
implementation 'org.apache.commons:commons-lang3:3.17.0' // Apache 2.0
31
32
// GeoTools (LGPL 2.1)
0 commit comments