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 2021/04/08 17:32:34 UTC

[syncope] branch 2_1_X updated: MySQL JDBC Driver back to 8.0.22 as 8.0.23 is causing LocalTime ClassCastException

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 6a3bf77  MySQL JDBC Driver back to 8.0.22 as 8.0.23 is causing LocalTime ClassCastException
6a3bf77 is described below

commit 6a3bf776d60faa0311e2462866ecbc625d4d1c4b
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Apr 8 19:32:06 2021 +0200

    MySQL JDBC Driver back to 8.0.22 as 8.0.23 is causing LocalTime ClassCastException
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 421acfb..379196c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -542,7 +542,7 @@ under the License.
     <docker.mariadb.version>10.5</docker.mariadb.version>
 
     <jdbc.postgresql.version>42.2.19</jdbc.postgresql.version>
-    <jdbc.mysql.version>8.0.23</jdbc.mysql.version>
+    <jdbc.mysql.version>8.0.22</jdbc.mysql.version>
     <jdbc.mariadb.version>2.7.2</jdbc.mariadb.version>
     <jdbc.mssql.version>9.2.1.jre</jdbc.mssql.version>