Skip to content

Commit

Permalink
fix(deps): update gradle non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 80362b9 commit 7912267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ repositories {
}

ext {
geotoolsVersion = '32.1'
geotoolsVersion = '32.2'
}

dependencies {
implementation 'org.lz4:lz4-java:1.8.0' // Apache 2.0
implementation 'com.github.albfernandez:javadbf:1.14.1' // LGPL 3.0
implementation 'com.google.code.gson:gson:2.11.0' // Apache 2.0
implementation 'com.google.code.gson:gson:2.12.1' // Apache 2.0
implementation 'org.apache.commons:commons-lang3:3.17.0' // Apache 2.0

// GeoTools (LGPL 2.1)
Expand Down

0 comments on commit 7912267

Please sign in to comment.