Skip to content

Commit

Permalink
changed 5.24.0 to 5.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed Oct 4, 2024
1 parent c24c6ac commit ce708b0
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.24.1"
// instead we apply the override logic here
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
testContainersVersion = '1.18.3'
Expand Down

0 comments on commit ce708b0

Please sign in to comment.