Skip to content

Commit

Permalink
upgraded to Neo4j 5.22.0 and 4.4.36
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkMahler committed Jul 26, 2024
1 parent e82bac1 commit 127e4d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/neo4j/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

== 2.4.0

* Upgraded to Neo4j 5.21.2 and 4.4.34
* Upgraded to Neo4j 5.22.0 and 4.4.36

== 2.3.1

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
<lombok.version>1.18.34</lombok.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<mockito.version>2.23.4</mockito.version>
<neo4j_4x.version>4.4.35</neo4j_4x.version>
<neo4j_4x.version>4.4.36</neo4j_4x.version>
<neo4j_4x_apoc.version>4.4.0.29</neo4j_4x_apoc.version>
<neo4j_5x.version>5.21.2</neo4j_5x.version>
<neo4j_5x.version>5.22.0</neo4j_5x.version>
<neo4j_5x_apoc.version>${neo4j_5x.version}</neo4j_5x_apoc.version>
<!-- The actual Neo4j version is set using the neo4jv4/neo4jv5 profiles
This default setting is required by Jenkins for parsing the Maven model -->
Expand Down

0 comments on commit 127e4d0

Please sign in to comment.