This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/4_0_X by this push:
     new f0a6db1286 Upgrading MySQL JDBC driver
f0a6db1286 is described below

commit f0a6db1286317ee10a5351d9d3d5e39c7c1e1377
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jan 30 11:29:32 2026 +0100

    Upgrading MySQL JDBC driver
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3f9f6b1fac..6532f5c33f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,7 +538,7 @@ under the License.
     <docker.neo4j.version>5.26</docker.neo4j.version>
 
     <jdbc.postgresql.version>42.7.9</jdbc.postgresql.version>
-    <jdbc.mysql.version>9.5.0</jdbc.mysql.version>
+    <jdbc.mysql.version>9.6.0</jdbc.mysql.version>
     <jdbc.mariadb.version>3.5.7</jdbc.mariadb.version>
     <jdbc.oracle.version>23.26.0.0.0</jdbc.oracle.version>
 

Reply via email to