Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update gradle non-major dependencies #13

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(deps): update gradle non-major dependencies
renovate[bot] authored Sep 5, 2024
commit 04a9f043df89ce7ce5d5a5ede8b7cc1c43e555b8
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'
@@ -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'