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 5437f7ef1b63433e9cf0cbb1d261845b96a79698 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Wed Apr 6 10:15:41 2022 +0200 Reveting MariaDB JDBC upgrade due to https://jira.mariadb.org/browse/CONJ-954 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6223f8f441..27ac861ffb 100644 --- a/pom.xml +++ b/pom.xml @@ -510,7 +510,7 @@ under the License. <jdbc.postgresql.version>42.3.3</jdbc.postgresql.version> <jdbc.mysql.version>8.0.28</jdbc.mysql.version> - <jdbc.mariadb.version>3.0.4</jdbc.mariadb.version> + <jdbc.mariadb.version>2.7.5</jdbc.mariadb.version> <jdbc.mssql.version>10.2.0.jre</jdbc.mssql.version> <jdbc.oracle.version>21.5.0.0</jdbc.oracle.version>
