From 70bd6989a653cf773b22bf167d290d8dbd6f588f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 31 Jan 2021 23:25:14 -0800 Subject: Update java dependencies --- pom.xml | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index eec5c5f69..db83314e2 100644 --- a/pom.xml +++ b/pom.xml @@ -12,10 +12,10 @@ UTF-8 4.2.3 - 9.4.33.v20201020 - 2.32 - 2.10.1 - 3.13.0 + 9.4.36.v20210114 + 2.33 + 2.12.1 + 3.14.0 @@ -38,7 +38,7 @@ mysql mysql-connector-java - 8.0.22 + 8.0.23 org.postgresql @@ -48,17 +48,17 @@ com.microsoft.sqlserver mssql-jdbc - 8.4.1.jre8 + 9.2.0.jre8 com.zaxxer HikariCP - 3.4.5 + 4.0.1 io.netty netty-all - 4.1.53.Final + 4.1.58.Final org.slf4j @@ -78,7 +78,7 @@ org.owasp.encoder encoder - 1.2.2 + 1.2.3 org.glassfish @@ -189,12 +189,12 @@ org.locationtech.spatial4j spatial4j - 0.7 + 0.8 org.locationtech.jts jts-core - 1.17.1 + 1.18.0 net.java.dev.jna @@ -204,7 +204,7 @@ com.github.jnr jnr-posix - 3.1.2 + 3.1.4 com.google.protobuf @@ -248,6 +248,21 @@ jakarta.activation-api 1.2.2 + + com.fasterxml.jackson.core + jackson-annotations + 2.12.1 + + + com.fasterxml.jackson.core + jackson-databind + 2.12.1 + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + 2.12.1 + -- cgit v1.2.3