Skip to content

Commit 6f4b978

Browse files
author
Zhihang Yao
committed
updated tomcat-jdbc to 10.0.23 and postgresql driver to 42.5.1
1 parent f1b4d86 commit 6f4b978

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Change Log
3434

3535
#### Miscellaneous
3636
* Updated citygml4j to 2.12.2
37-
* Updated PostgreSQL driver to 42.5.0
37+
* Updated PostgreSQL driver to 42.5.1
3838
* Updated GeoTools to 27.2 and replaced `gt-epsg-hsql` with `gt-epsg-wkt`.
3939

4040
### 5.2.1 - 2022-07-29

impexp-core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ dependencies {
77
api 'org.geotools:gt-epsg-wkt:27.2'
88
api 'org.geotools:gt-referencing:27.2'
99
api 'org.locationtech.jts:jts-core:1.19.0'
10-
api 'org.postgresql:postgresql:42.5.0'
10+
api 'org.postgresql:postgresql:42.5.1'
1111
api 'net.postgis:postgis-jdbc:2021.1.0'
1212
api 'com.oracle.database.jdbc:ojdbc8:21.3.0.0'
1313
api 'com.oracle.sdoapi:sdoapi:21.3.0.0'
1414
api 'org.apache.tika:tika-core:2.6.0'
1515
api 'com.univocity:univocity-parsers:2.9.1'
1616
api 'org.slf4j:slf4j-nop:2.0.3'
1717
implementation 'com.h2database:h2:2.1.214'
18-
implementation 'org.apache.tomcat:tomcat-jdbc:10.1.0'
18+
implementation 'org.apache.tomcat:tomcat-jdbc:10.0.23'
1919
implementation 'org.apache.commons:commons-compress:1.21'
2020
}
2121

0 commit comments

Comments
 (0)