Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Feb 10, 2025
1 parent 9eea2ef commit d126812
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions impexp-client-gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ dependencies {
api "com.formdev:flatlaf:$flatlaf_version"
api "com.formdev:flatlaf-extras:$flatlaf_version"
api "com.formdev:flatlaf-swingx:$flatlaf_version"
api "com.fifesoft:rsyntaxtextarea:3.5.1"
api "com.fifesoft:rsyntaxtextarea:3.5.4"
api 'com.github.vertical-blank:sql-formatter:2.0.5'
api('org.citydb:swingx-ws:1.1.6') {
transitive = false
}
api('org.citydb:swingx-all:1.6.10') {
transitive = false
}

implementation "com.formdev:flatlaf:$flatlaf_version:linux-x86_64@so"
implementation "com.formdev:flatlaf:$flatlaf_version:macos-arm64@dylib"
implementation "com.formdev:flatlaf:$flatlaf_version:macos-x86_64@dylib"
Expand Down
14 changes: 7 additions & 7 deletions impexp-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ dependencies {
api 'info.picocli:picocli:4.7.6'
api 'org.citydb:sqlbuilder:2.3.0'
api 'org.citydb:3dcitydb-ade-citygml4j:1.2.0'
api 'org.geotools:gt-epsg-extension:31.3'
api 'org.geotools:gt-epsg-wkt:31.3'
api 'org.geotools:gt-referencing:31.3'
api 'org.geotools:gt-epsg-extension:32.2'
api 'org.geotools:gt-epsg-wkt:32.2'
api 'org.geotools:gt-referencing:32.2'
api 'org.locationtech.jts:jts-core:1.20.0'
api 'org.postgresql:postgresql:42.7.4'
api 'org.postgresql:postgresql:42.7.5'
api 'net.postgis:postgis-jdbc:2024.1.0'
api 'com.oracle.database.jdbc:ojdbc11:23.5.0.24.07'
api 'com.oracle.sdoapi:sdoapi:23.5.0.24.07'
api 'org.apache.tika:tika-core:2.9.2'
api 'org.apache.tika:tika-core:3.1.0'
api 'com.univocity:univocity-parsers:2.9.1'
api 'org.slf4j:slf4j-nop:2.0.13'
api 'org.slf4j:slf4j-nop:2.0.16'
implementation 'com.h2database:h2:2.3.232'
implementation 'net.sf.saxon:Saxon-HE:12.5'
implementation 'org.apache.tomcat:tomcat-jdbc:10.1.29'
implementation 'org.apache.tomcat:tomcat-jdbc:10.1.35'
implementation 'org.apache.commons:commons-compress:1.27.1'
}

Expand Down

0 comments on commit d126812

Please sign in to comment.