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 and stempler committed Dec 4, 2024
1 parent 391d851 commit b5cd91e
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
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'maven-publish'
id 'to.wetransform.semantic-release-version' version '2.1.1'
id 'to.wetransform.semantic-release-version' version '2.1.2'
}

group = 'com.github.wetransform-os'
Expand All @@ -20,7 +20,7 @@ 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 'org.apache.commons:commons-lang3:3.16.0' // Apache 2.0
implementation 'org.apache.commons:commons-lang3:3.17.0' // Apache 2.0

// GeoTools (LGPL 2.1)
implementation 'org.geotools:gt-main:29.6'
Expand Down

0 comments on commit b5cd91e

Please sign in to comment.