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
commit 2f26d31156cde727e0c6cd259bc80326796b3089 Author: Francesco Chicchiriccò <ilgro...@apache.org> AuthorDate: Mon Aug 11 07:32:07 2025 +0200 Upgrading MariaDB JDBC driver --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8dc8dbb1a1..5a743df5bb 100644 --- a/pom.xml +++ b/pom.xml @@ -518,7 +518,7 @@ under the License. <jdbc.postgresql.version>42.7.7</jdbc.postgresql.version> <jdbc.mysql.version>9.4.0</jdbc.mysql.version> - <jdbc.mariadb.version>3.5.4</jdbc.mariadb.version> + <jdbc.mariadb.version>3.5.5</jdbc.mariadb.version> <jdbc.oracle.version>23.9.0.25.07</jdbc.oracle.version> <bundles.directory>${project.build.directory}/bundles</bundles.directory>