Skip to content

Commit

Permalink
Bumped POM to Neo4j 5.26
Browse files Browse the repository at this point in the history
Bumped Pom.xml file to Neo4j 5.26
  • Loading branch information
davidfauth committed Dec 17, 2024
1 parent d3b0174 commit 1408f8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# CHANGELOG - 5.26.0 - 2024-12-18
* [Updated] - Tested through Neo4j 5.26.0. Neo4j 5.26.0 is the Neo4j 5 Long Term Support version.

# CHANGELOG - 5.25.1 - 2024-11-25
* [Added] - Deprecating the old naming convention with com.neo4jh3 and migrating to neo4jh3
* [Added] - Added new documentation document for the new naming convention.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<groupId>com.neo4jh3</groupId>
<artifactId>neo4jh3</artifactId>
<version>5.25.1</version>
<version>5.26.0</version>

<properties>
<neo4j.version>5.25.1</neo4j.version>
<neo4j.version>5.26.0</neo4j.version>
<lang3.version>3.13.0</lang3.version>
<uber.version>4.1.1</uber.version>
<commons.version>4.1</commons.version>
Expand Down

0 comments on commit 1408f8c

Please sign in to comment.