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 6bd4d63 commit f28c32fCopy full SHA for f28c32f
build.gradle
@@ -20,14 +20,14 @@ repositories {
20
}
21
22
ext {
23
- geotoolsVersion = '32.1'
+ geotoolsVersion = '32.4'
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
30
- implementation 'org.apache.commons:commons-lang3:3.17.0' // Apache 2.0
+ implementation 'com.google.code.gson:gson:2.13.2' // Apache 2.0
+ implementation 'org.apache.commons:commons-lang3:3.18.0' // Apache 2.0
31
32
// GeoTools (LGPL 2.1)
33
implementation "org.geotools:gt-main:${geotoolsVersion}"
0 commit comments