Skip to content

Commit

Permalink
Update all dependencies (#261)
Browse files Browse the repository at this point in the history
Including an update to `neo4j-logging` which shaded Log4j2 which is subject to CVE-2021-44228

resolves #260
  • Loading branch information
Andy2003 authored Dec 15, 2021
1 parent 49d0ce4 commit 8c4e5ec
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-dsl</artifactId>
<version>2021.4.0</version>
<version>2021.4.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.6</version>
<version>1.2.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -79,7 +79,7 @@
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.8.1</version>
<version>5.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -104,7 +104,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<version>1.7.32</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions examples/dgs-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<testcontainers.version>1.16.2</testcontainers.version>
<spring-boot.version>2.5.6</spring-boot.version>
<spring-boot.version>2.6.1</spring-boot.version>
</properties>

<dependencies>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver-spring-boot-starter</artifactId>
<version>4.2.7.0</version>
<version>4.3.6.0</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>com.netflix.graphql.dgs</groupId>
<artifactId>graphql-dgs-spring-boot-starter</artifactId>
<version>4.8.3</version>
<version>4.9.10</version>
</dependency>
<dependency>
<groupId>com.netflix.graphql.dgs.codegen</groupId>
Expand Down
6 changes: 3 additions & 3 deletions examples/graphql-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<description>Example for using neo4j-graphql-java with Spring Boot</description>

<properties>
<testcontainers.version>1.16.0</testcontainers.version>
<graphql-kotlin.version>5.1.1</graphql-kotlin.version>
<spring-boot.version>2.3.10.RELEASE</spring-boot.version>
<testcontainers.version>1.16.2</testcontainers.version>
<graphql-kotlin.version>5.2.0</graphql-kotlin.version>
<spring-boot.version>2.6.1</spring-boot.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.6.1</version>
<version>3.6.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
<kotlin.version>1.5.31</kotlin.version>
<kotlin.version>1.6.10</kotlin.version>
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
<neo4j.version>4.2.4</neo4j.version>
<neo4j-apoc.version>4.2.0.2</neo4j-apoc.version>
<junit-jupiter.version>5.7.1</junit-jupiter.version>
<neo4j.version>4.4.1</neo4j.version>
<neo4j-apoc.version>4.4.0.1</neo4j-apoc.version>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
</properties>

<modules>
Expand Down

0 comments on commit 8c4e5ec

Please sign in to comment.