Skip to content

Commit d6f1d68

Browse files
committed
Update all dependencies
Including an update to `neo4j-logging` which shaded Log4j2 which is subject to CVE-2021-44228 resolves #260
1 parent 49d0ce4 commit d6f1d68

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
<dependency>
6363
<groupId>org.neo4j</groupId>
6464
<artifactId>neo4j-cypher-dsl</artifactId>
65-
<version>2021.4.0</version>
65+
<version>2021.4.1</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>ch.qos.logback</groupId>
6969
<artifactId>logback-classic</artifactId>
70-
<version>1.2.6</version>
70+
<version>1.2.7</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.junit.vintage</groupId>
8181
<artifactId>junit-vintage-engine</artifactId>
82-
<version>5.8.1</version>
82+
<version>5.8.2</version>
8383
<scope>test</scope>
8484
</dependency>
8585
</dependencies>
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>org.slf4j</groupId>
106106
<artifactId>slf4j-api</artifactId>
107-
<version>1.7.30</version>
107+
<version>1.7.32</version>
108108
</dependency>
109109
</dependencies>
110110
</dependencyManagement>

examples/dgs-spring-boot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<testcontainers.version>1.16.2</testcontainers.version>
19-
<spring-boot.version>2.5.6</spring-boot.version>
19+
<spring-boot.version>2.6.1</spring-boot.version>
2020
</properties>
2121

2222
<dependencies>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.neo4j.driver</groupId>
3737
<artifactId>neo4j-java-driver-spring-boot-starter</artifactId>
38-
<version>4.2.7.0</version>
38+
<version>4.3.6.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.neo4j</groupId>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.netflix.graphql.dgs</groupId>
4848
<artifactId>graphql-dgs-spring-boot-starter</artifactId>
49-
<version>4.8.3</version>
49+
<version>4.9.10</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.netflix.graphql.dgs.codegen</groupId>

examples/graphql-spring-boot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<description>Example for using neo4j-graphql-java with Spring Boot</description>
1616

1717
<properties>
18-
<testcontainers.version>1.16.0</testcontainers.version>
19-
<graphql-kotlin.version>5.1.1</graphql-kotlin.version>
20-
<spring-boot.version>2.3.10.RELEASE</spring-boot.version>
18+
<testcontainers.version>1.16.2</testcontainers.version>
19+
<graphql-kotlin.version>5.2.0</graphql-kotlin.version>
20+
<spring-boot.version>2.6.1</spring-boot.version>
2121
</properties>
2222

2323
<dependencies>

neo4j-graphql-augmented-schema-generator-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.apache.maven.plugin-tools</groupId>
3131
<artifactId>maven-plugin-annotations</artifactId>
32-
<version>3.6.1</version>
32+
<version>3.6.2</version>
3333
<scope>provided</scope>
3434
</dependency>
3535
<dependency>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<properties>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2525
<java.version>11</java.version>
26-
<kotlin.version>1.5.31</kotlin.version>
26+
<kotlin.version>1.6.10</kotlin.version>
2727
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
28-
<neo4j.version>4.2.4</neo4j.version>
29-
<neo4j-apoc.version>4.2.0.2</neo4j-apoc.version>
30-
<junit-jupiter.version>5.7.1</junit-jupiter.version>
28+
<neo4j.version>4.4.1</neo4j.version>
29+
<neo4j-apoc.version>4.4.0.1</neo4j-apoc.version>
30+
<junit-jupiter.version>5.8.2</junit-jupiter.version>
3131
</properties>
3232

3333
<modules>

0 commit comments

Comments
 (0)