You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/01/31 12:58:24 UTC

[syncope] branch 2_1_X updated: Downgrading MariaDB JDBC driver until CONJ-921 is fixed

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 5c65748  Downgrading MariaDB JDBC driver until CONJ-921 is fixed
5c65748 is described below

commit 5c65748ff24ec038692024648dfd7655102c0018
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 31 13:58:08 2022 +0100

    Downgrading MariaDB JDBC driver until CONJ-921 is fixed
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index afcfc2a..3777703 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,7 +543,8 @@ under the License.
 
     <jdbc.postgresql.version>42.3.1</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.28</jdbc.mysql.version>
-    <jdbc.mariadb.version>3.0.3</jdbc.mariadb.version>
+    <!-- see https://jira.mariadb.org/browse/CONJ-921 -->
+    <jdbc.mariadb.version>2.7.5</jdbc.mariadb.version>
     <jdbc.mssql.version>9.4.1.jre</jdbc.mssql.version>
     <jdbc.oracle.version>21.4.0.0.1</jdbc.oracle.version>