This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 3_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 1205760302b14001803aa03c44e81c1f1de501da Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Fri Jan 30 11:12:04 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 d02dc1b219..ba33d4d222 100644 --- a/pom.xml +++ b/pom.xml @@ -508,7 +508,7 @@ under the License. <docker.mariadb.version>11</docker.mariadb.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.mssql.version>12.6.1.jre11</jdbc.mssql.version> <jdbc.oracle.version>23.9.0.25.07</jdbc.oracle.version>
