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
The following commit(s) were added to refs/heads/master by this push:
new 1a87aeff6b Upgrading Neo4j Docker image
1a87aeff6b is described below
commit 1a87aeff6bc73247b98e0c4c13efbf8502b827da
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Apr 19 08:57:25 2024 +0200
Upgrading Neo4j Docker image
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 56461a1dd2..07cba3827b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -501,7 +501,7 @@ under the License.
<docker.postgresql.version>16</docker.postgresql.version>
<docker.mysql.version>8.0</docker.mysql.version>
<docker.mariadb.version>11</docker.mariadb.version>
- <docker.neo4j.version>5.18.1</docker.neo4j.version>
+ <docker.neo4j.version>5.19.0</docker.neo4j.version>
<jdbc.postgresql.version>42.7.3</jdbc.postgresql.version>
<jdbc.mysql.version>8.3.0</jdbc.mysql.version>