Skip to content

Commit

Permalink
replaced buggy tomcat-jdbc with 10.1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Sep 13, 2024
1 parent 50689ab commit 3d1f167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citydb-database/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
api project(':citydb-model')
api 'org.citydb:sqlbuilder:3.0.1'
api "org.geotools:gt-referencing:$geotools_version"
implementation 'org.apache.tomcat:tomcat-jdbc:10.1.28'
implementation 'org.apache.tomcat:tomcat-jdbc:10.1.29'
implementation "org.geotools:gt-epsg-wkt:$geotools_version"
implementation "org.geotools:gt-epsg-extension:$geotools_version"
}

0 comments on commit 3d1f167

Please sign in to comment.