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 56512e1e92b4b845db887fc5d144bb392eb078f1 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 84ba11bd30..3a930388dc 100644 --- a/pom.xml +++ b/pom.xml @@ -535,7 +535,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>
