Skip to content

Commit 469a4b7

Browse files
DATAGRAPH-1408 - Upgrade to Neo4j-Java-Driver 4.1.1.
From Spring Boot 2.4 onwards on, SDN will be the leading figure in regards of the driver version being used. For the release, we should bring Boot and SDN 6 to the same Java Driver. The 4.x line will be API compatible and can always serve as a drop-in replacement for users. Users can adapt their version in a Spring Boot project by setting `neo4j-java-driver.version`. The Neo4j drivers of the 4.x line officially supports current and one previous version of Neo4j. For example Driver version 4.1.x will support Neo4j 4.1.x and 4.0.x, driver version 4.0.x will support Neo4j 4.0.x and 3.5.x.
1 parent ff52486 commit 469a4b7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
<asciidoctor-maven-plugin.version>1.6.0</asciidoctor-maven-plugin.version>
7373
<asciidoctorj-diagram.version>2.0.1</asciidoctorj-diagram.version>
7474

75-
<!-- For whatever reason, redeclaring those dependencies in our managed dependencies doesn't have any affect... -->
7675
<byte-buddy.version>1.10.9</byte-buddy.version>
7776
<cdi>2.0</cdi>
7877
<changelist>-SNAPSHOT</changelist>
@@ -85,7 +84,6 @@
8584
<java-module-name>spring.data.neo4j</java-module-name>
8685
<java.version>1.8</java.version>
8786
<jaxb.version>2.3.1</jaxb.version>
88-
<!-- Align with testcontainers' version -->
8987
<jqassistant-dashboard-plugin.version>1.8.0</jqassistant-dashboard-plugin.version>
9088
<jqassistant.plugin.version>1.8.0</jqassistant.plugin.version>
9189
<jqassistant.version>1.8.0</jqassistant.version>
@@ -104,10 +102,9 @@
104102
<maven.compiler.target>${java.version}</maven.compiler.target>
105103
<mockito>${mockito.version}</mockito>
106104
<mockito.version>3.2.4</mockito.version>
107-
<neo4j-java-driver.version>4.0.3</neo4j-java-driver.version>
105+
<neo4j-java-driver.version>4.1.1</neo4j-java-driver.version>
108106
<neo4j.version>4.0.3</neo4j.version>
109107
<objenesis.version>3.0.1</objenesis.version>
110-
<!-- mockk requires objenesis >= 3 -->
111108
<project.build.docs>${project.build.directory}/docs</project.build.docs>
112109
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
113110
<r2dbc.releasetrain>Arabba-SR5</r2dbc.releasetrain>

0 commit comments

Comments
 (0)