From 70429977b565bc1159482e3f131e19a296c34232 Mon Sep 17 00:00:00 2001 From: Andreas Berger Date: Wed, 29 May 2024 15:40:55 +0200 Subject: [PATCH] update dependencies --- pom.xml | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index cd582e0b..4ea17a55 100644 --- a/pom.xml +++ b/pom.xml @@ -2,25 +2,25 @@ - 5.13.0 + 5.19.0 17 org.neo4j.maven.skins default-skin 2 - 30.0 + 30.2 20100819 20100819 UTF-8 org.neo4j.gis github - 5.10.0 - 3.2.1 + 5.10.2 + 3.2.5 4.0.0 neo4j-spatial org.neo4j - 0.30.0-neo4j-5.13.0 + 0.31.0-neo4j-5.19.0 Neo4j - Spatial Components Spatial utilities and components for Neo4j https://components.neo4j.org/${project.artifactId}/${project.version} @@ -287,7 +287,7 @@ com.google.code.gson gson - 2.10.1 + 2.11.0 test @@ -396,17 +396,22 @@ org.slf4j slf4j-api - 2.0.9 + 2.0.13 commons-io commons-io - 2.13.0 + 2.16.1 org.apache.commons commons-lang3 - 3.13.0 + 3.14.0 + + + com.fasterxml.jackson.core + jackson-databind + 2.17.1 jakarta.annotation @@ -426,18 +431,23 @@ org.scala-lang scala-library - 2.13.11 + 2.13.14 javax.measure unit-api - 2.1.3 + 2.1.2 org.apiguardian apiguardian-api 1.1.2 + + com.google.errorprone + error_prone_annotations + 2.27.0 +