Skip to content

Commit 4ea42bb

Browse files
committed
Upgrade to Neo4j Driver 5.28.11.
See #3090
1 parent 155be4f commit 4ea42bb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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
| Copyright 2011-present the original author or authors.
43
|
54
| Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,8 +12,7 @@
1312
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1413
| See the License for the specific language governing permissions and
1514
| limitations under the License.
16-
-->
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">
15+
--><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">
1816
<modelVersion>4.0.0</modelVersion>
1917

2018
<parent>
@@ -89,7 +87,7 @@
8987
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
9088
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
9189
<maven.compiler.release>${java.version}</maven.compiler.release>
92-
<neo4j-java-driver.version>5.28.10</neo4j-java-driver.version>
90+
<neo4j-java-driver.version>5.28.11</neo4j-java-driver.version>
9391
<neo4j-migrations.version>2.17.3</neo4j-migrations.version>
9492
<neo4j.version>5.26.12</neo4j.version>
9593
<objenesis.version>3.0.1</objenesis.version>
@@ -729,4 +727,4 @@
729727
</profile>
730728
</profiles>
731729

732-
</project>
730+
</project>

0 commit comments

Comments
 (0)