Skip to content

Commit 8a24edb

Browse files
committed
Upgrade to Neo4j Driver 6.0.3.
See #3083
1 parent 01daae8 commit 8a24edb

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
32
43
Copyright 2011-present the original author or authors.
54
@@ -15,8 +14,7 @@
1514
See the License for the specific language governing permissions and
1615
limitations under the License.
1716
18-
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<parent>
@@ -97,7 +95,7 @@
9795
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
9896
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
9997
<maven.compiler.release>${java.version}</maven.compiler.release>
100-
<neo4j-java-driver.version>6.0.2</neo4j-java-driver.version>
98+
<neo4j-java-driver.version>6.0.3</neo4j-java-driver.version>
10199
<neo4j-migrations.version>2.17.3</neo4j-migrations.version>
102100
<neo4j.version>5.26.13</neo4j.version>
103101
<objenesis.version>3.0.1</objenesis.version>
@@ -824,4 +822,4 @@
824822
</profile>
825823
</profiles>
826824

827-
</project>
825+
</project>

0 commit comments

Comments
 (0)