File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments