Skip to content

Commit cb920a5

Browse files
fix(deps): update gradle non-major dependencies
1 parent d2c9e19 commit cb920a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ repositories {
2020
}
2121

2222
ext {
23-
geotoolsVersion = '32.1'
23+
geotoolsVersion = '32.2'
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
29+
implementation 'com.google.code.gson:gson:2.13.1' // Apache 2.0
3030
implementation 'org.apache.commons:commons-lang3:3.17.0' // Apache 2.0
3131

3232
// GeoTools (LGPL 2.1)

0 commit comments

Comments
 (0)