Skip to content

Commit

Permalink
upgrade neo4j container image
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince committed Oct 9, 2023
1 parent c6fb34e commit 1b0e29a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private class DatabasesWaitStrategy(private val auth: AuthToken): AbstractWaitSt
}

class Neo4jContainerExtension(dockerImage: String): Neo4jContainer<Neo4jContainerExtension>(dockerImage) {
constructor(): this("neo4j:4.4.23-enterprise")
constructor(): this("neo4j:4.4.25-enterprise")
private val logger = LoggerFactory.getLogger(Neo4jContainerExtension::class.java)
var driver: Driver? = null
var session: Session? = null
Expand Down

0 comments on commit 1b0e29a

Please sign in to comment.