Skip to content

Commit 6b489c9

Browse files
committed
updated dependencies
1 parent 9795471 commit 6b489c9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ subprojects {
5656

5757
extraJavaModuleInfo {
5858
failOnMissingModuleInfo.set(false)
59-
module('tomcat-jdbc-11.0.2.jar', 'org.apache.tomcat.jdbc', '11.0.2') {
59+
module('tomcat-jdbc-11.0.3.jar', 'org.apache.tomcat.jdbc', '11.0.3') {
6060
requires('java.sql')
6161
requires('java.management')
6262
requires('org.apache.tomcat.juli')

citydb-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
api 'com.alibaba.fastjson2:fastjson2:2.0.54'
3-
api 'org.apache.tika:tika-core:3.0.0'
3+
api 'org.apache.tika:tika-core:3.1.0'
44
implementation 'org.apache.commons:commons-compress:1.27.1'
55
implementation 'com.h2database:h2-mvstore:2.3.232'
66
}

citydb-database/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import org.apache.tools.ant.filters.ReplaceTokens
22

3-
def geotools_version = '32.1'
3+
def geotools_version = '32.2'
44

55
dependencies {
66
api project(':citydb-core')
@@ -10,7 +10,7 @@ dependencies {
1010
api 'org.citydb:sqlbuilder:3.0.3'
1111
api "org.geotools:gt-referencing:$geotools_version"
1212
api 'systems.uom:systems-quantity:2.1'
13-
implementation 'org.apache.tomcat:tomcat-jdbc:11.0.2'
13+
implementation 'org.apache.tomcat:tomcat-jdbc:11.0.3'
1414
implementation "org.geotools:gt-epsg-wkt:$geotools_version"
1515
implementation "org.geotools:gt-epsg-extension:$geotools_version"
1616
}

0 commit comments

Comments
 (0)