This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 31c96db74ce302caaa2aa86c585619675c10686c Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Fri Mar 21 15:00:11 2025 +0100 Upgrading neo4j Docker image --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d480a2e266..f883772c92 100644 --- a/pom.xml +++ b/pom.xml @@ -511,7 +511,7 @@ under the License. <docker.mysql.version>9.0</docker.mysql.version> <docker.mariadb.version>11</docker.mariadb.version> <docker.oracle.version>23-slim-faststart</docker.oracle.version> - <docker.neo4j.version>5.26.2</docker.neo4j.version> + <docker.neo4j.version>5.26.4</docker.neo4j.version> <jdbc.postgresql.version>42.7.5</jdbc.postgresql.version> <jdbc.mysql.version>9.2.0</jdbc.mysql.version>
