Skip to content

Commit

Permalink
retry with 5.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed Sep 19, 2024
1 parent 18c9830 commit 4444a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ subprojects {

ext {
// NB: due to version.json generation by parsing this file, the next line must not have any if/then/else logic
neo4jVersion = "5.24.0"
neo4jVersion = "5.23.0"
// instead we apply the override logic here
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
testContainersVersion = '1.19.1'
Expand Down

0 comments on commit 4444a1f

Please sign in to comment.