File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ subprojects {
56
56
57
57
extraJavaModuleInfo {
58
58
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 ' ) {
60
60
requires(' java.sql' )
61
61
requires(' java.management' )
62
62
requires(' org.apache.tomcat.juli' )
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
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'
4
4
implementation ' org.apache.commons:commons-compress:1.27.1'
5
5
implementation ' com.h2database:h2-mvstore:2.3.232'
6
6
}
Original file line number Diff line number Diff line change 1
1
import org.apache.tools.ant.filters.ReplaceTokens
2
2
3
- def geotools_version = ' 32.1 '
3
+ def geotools_version = ' 32.2 '
4
4
5
5
dependencies {
6
6
api project(' :citydb-core' )
@@ -10,7 +10,7 @@ dependencies {
10
10
api ' org.citydb:sqlbuilder:3.0.3'
11
11
api " org.geotools:gt-referencing:$geotools_version "
12
12
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 '
14
14
implementation " org.geotools:gt-epsg-wkt:$geotools_version "
15
15
implementation " org.geotools:gt-epsg-extension:$geotools_version "
16
16
}
You can’t perform that action at this time.
0 commit comments