Skip to content

Commit f28c32f

Browse files
fix(deps): update gradle non-major dependencies
1 parent 6bd4d63 commit f28c32f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ repositories {
2020
}
2121

2222
ext {
23-
geotoolsVersion = '32.1'
23+
geotoolsVersion = '32.4'
2424
}
2525

2626
dependencies {
2727
implementation 'org.lz4:lz4-java:1.8.0' // Apache 2.0
2828
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
29+
implementation 'com.google.code.gson:gson:2.13.2' // Apache 2.0
30+
implementation 'org.apache.commons:commons-lang3:3.18.0' // Apache 2.0
3131

3232
// GeoTools (LGPL 2.1)
3333
implementation "org.geotools:gt-main:${geotoolsVersion}"

0 commit comments

Comments
 (0)