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 Aug 15, 2024
1 parent 6cab657 commit e341637
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ repositories {
}

dependencies {
implementation 'org.lz4:lz4-java:1.4.1' // Apache 2.0
implementation 'com.github.albfernandez:javadbf:1.13.2' // LGPL 3.0
implementation 'com.google.code.gson:gson:2.9.1' // Apache 2.0
implementation 'org.apache.commons:commons-lang3:3.12.0' // Apache 2.0
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

// GeoTools (LGPL 2.1)
implementation 'org.geotools:gt-main:29.1'
implementation 'org.geotools:gt-epsg-hsql:29.1'
implementation 'org.geotools:gt-opengis:29.1'
implementation 'org.geotools:gt-main:29.6'
implementation 'org.geotools:gt-epsg-hsql:29.6'
implementation 'org.geotools:gt-opengis:29.6'
// implementation 'org.geotools:gt-geometry:24.2'
implementation 'org.geotools:gt-referencing:29.1'
implementation 'org.geotools:gt-referencing:29.6'

implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation 'com.sun.xml.bind:jaxb-core:2.3.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:2.3.1'
implementation 'com.sun.xml.bind:jaxb-impl:2.3.9'

testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.13.2'

}

Expand Down

0 comments on commit e341637

Please sign in to comment.