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:24:13 UTC

[syncope] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new fae5dbc  MySQL JDBC Driver back to 8.0.22 as 8.0.23 is causing LocalTime ClassCastException
fae5dbc is described below

commit fae5dbc91d722ce90d41c8ae17dfe1c20571b166
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Apr 8 19:23:56 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 b15b57e..3a17ebc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -521,7 +521,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>
     <jdbc.oracle.version>19.10.0.0</jdbc.oracle.version>