Skip to content

Commit 689050e

Browse files
committed
Bumped POM to Neo4j 5.26.2
Bumped POM to Neo4j 5.26.2
1 parent 1408f8c commit 689050e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
# CHANGELOG - 5.26.2 - 2025-02-12
2+
* [Updated] - Bumped Neo4j version to 5.26.2.
3+
14
# CHANGELOG - 5.26.0 - 2024-12-18
2-
* [Updated] - Tested through Neo4j 5.26.0. Neo4j 5.26.0 is the Neo4j 5 Long Term Support version.
5+
* [Updated] - Tested through Neo4j 5.26.0. Neo4j 5.26.0 is the Neo4j 5 Long Term Support version.
36

47
# CHANGELOG - 5.25.1 - 2024-11-25
58
* [Added] - Deprecating the old naming convention with com.neo4jh3 and migrating to neo4jh3

pom.xml

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

77
<groupId>com.neo4jh3</groupId>
88
<artifactId>neo4jh3</artifactId>
9-
<version>5.26.0</version>
9+
<version>5.26.2</version>
1010

1111
<properties>
1212
<neo4j.version>5.26.0</neo4j.version>
@@ -19,8 +19,8 @@
1919
<maven-shade-plugin.version>3.4.1</maven-shade-plugin.version>
2020
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
2121
<assertj.version>3.22.0</assertj.version>
22-
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
23-
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
22+
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
23+
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
2424
</properties>
2525

2626
<dependencies>

0 commit comments

Comments
 (0)