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 bfd0abe5ba13cba9e20914207b8ae77f7fcd7648 Author: Francesco Chicchiriccò <[email protected]> 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 9a88b1322d..bf3cb54f56 100644 --- a/pom.xml +++ b/pom.xml @@ -516,7 +516,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>
