Skip to content

Commit

Permalink
chore(deps): update neo4j docker tag to v5.14 (#1665)
Browse files Browse the repository at this point in the history
| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | neo4j   | 5.13 | 5.14 |

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
Fameing and renovate-bot authored Dec 15, 2023
1 parent 0ae4f37 commit 0783faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-neo4j/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

* `embedded.neo4j.enabled` `(true|false, default is true)`
* `embedded.neo4j.reuseContainer` `(true|false, default is false)`
* `embedded.neo4j.dockerImage` `(default is 'neo4j:5.13-community')`
* `embedded.neo4j.dockerImage` `(default is 'neo4j:5.14-community')`
** Image versions on https://hub.docker.com/_/neo4j?tab=tags[dockerhub]
* `embedded.neo4j.waitTimeoutInSeconds` `(default is 60 seconds)`
* `embedded.toxiproxy.proxies.neo4j.enabled` Enables both creation of the container with ToxiProxy TCP proxy and a proxy to the `embedded-neo4j` container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public class Neo4jProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "neo4j:5.13-community";
return "neo4j:5.14-community";
}
}

0 comments on commit 0783faf

Please sign in to comment.