Skip to content

Commit 1e5e627

Browse files
Update neo4j Docker tag to v5.10 (PlaytikaOSS#1426)
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | neo4j | 5.7 | 5.10 | Co-authored-by: Renovate Bot <[email protected]>
1 parent acc6204 commit 1e5e627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded-neo4j/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
* `embedded.neo4j.enabled` `(true|false, default is true)`
1818
* `embedded.neo4j.reuseContainer` `(true|false, default is false)`
19-
* `embedded.neo4j.dockerImage` `(default is 'neo4j:5.7-community')`
19+
* `embedded.neo4j.dockerImage` `(default is 'neo4j:5.10-community')`
2020
** Image versions on https://hub.docker.com/_/neo4j?tab=tags[dockerhub]
2121
* `embedded.neo4j.waitTimeoutInSeconds` `(default is 60 seconds)`
2222
* `embedded.toxiproxy.proxies.neo4j.enabled` Enables both creation of the container with ToxiProxy TCP proxy and a proxy to the `embedded-neo4j` container.

embedded-neo4j/src/main/java/com/playtika/testcontainer/neo4j/Neo4jProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ public class Neo4jProperties extends CommonContainerProperties {
2323
public String getDefaultDockerImage() {
2424
// Please don`t remove this comment.
2525
// renovate: datasource=docker
26-
return "neo4j:5.7-community";
26+
return "neo4j:5.10-community";
2727
}
2828
}

0 commit comments

Comments
 (0)