From 8c4e5ecd986fd7c2a0903cd5d203f32c10092d73 Mon Sep 17 00:00:00 2001 From: Andreas Berger Date: Wed, 15 Dec 2021 15:19:26 +0100 Subject: [PATCH] Update all dependencies (#261) Including an update to `neo4j-logging` which shaded Log4j2 which is subject to CVE-2021-44228 resolves #260 --- core/pom.xml | 8 ++++---- examples/dgs-spring-boot/pom.xml | 6 +++--- examples/graphql-spring-boot/pom.xml | 6 +++--- .../pom.xml | 2 +- pom.xml | 8 ++++---- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index ef754f77..f5f367e5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -62,12 +62,12 @@ org.neo4j neo4j-cypher-dsl - 2021.4.0 + 2021.4.1 ch.qos.logback logback-classic - 1.2.6 + 1.2.7 test @@ -79,7 +79,7 @@ org.junit.vintage junit-vintage-engine - 5.8.1 + 5.8.2 test @@ -104,7 +104,7 @@ org.slf4j slf4j-api - 1.7.30 + 1.7.32 diff --git a/examples/dgs-spring-boot/pom.xml b/examples/dgs-spring-boot/pom.xml index 8eac3291..10cfd88c 100644 --- a/examples/dgs-spring-boot/pom.xml +++ b/examples/dgs-spring-boot/pom.xml @@ -16,7 +16,7 @@ 1.16.2 - 2.5.6 + 2.6.1 @@ -35,7 +35,7 @@ org.neo4j.driver neo4j-java-driver-spring-boot-starter - 4.2.7.0 + 4.3.6.0 org.neo4j @@ -46,7 +46,7 @@ com.netflix.graphql.dgs graphql-dgs-spring-boot-starter - 4.8.3 + 4.9.10 com.netflix.graphql.dgs.codegen diff --git a/examples/graphql-spring-boot/pom.xml b/examples/graphql-spring-boot/pom.xml index e0753391..d967cd86 100644 --- a/examples/graphql-spring-boot/pom.xml +++ b/examples/graphql-spring-boot/pom.xml @@ -15,9 +15,9 @@ Example for using neo4j-graphql-java with Spring Boot - 1.16.0 - 5.1.1 - 2.3.10.RELEASE + 1.16.2 + 5.2.0 + 2.6.1 diff --git a/neo4j-graphql-augmented-schema-generator-maven-plugin/pom.xml b/neo4j-graphql-augmented-schema-generator-maven-plugin/pom.xml index 293a1e0d..4342e685 100644 --- a/neo4j-graphql-augmented-schema-generator-maven-plugin/pom.xml +++ b/neo4j-graphql-augmented-schema-generator-maven-plugin/pom.xml @@ -29,7 +29,7 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.6.1 + 3.6.2 provided diff --git a/pom.xml b/pom.xml index 7d996456..4c38d7e1 100755 --- a/pom.xml +++ b/pom.xml @@ -23,11 +23,11 @@ UTF-8 11 - 1.5.31 + 1.6.10 ${java.version} - 4.2.4 - 4.2.0.2 - 5.7.1 + 4.4.1 + 4.4.0.1 + 5.8.2