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 849e7eb70fce8c796d2929b0f67d62bc2cc820ac
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Thu Apr 20 11:42:36 2023 +0200

    Upgrading MySQL JDBC driver
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d22de38ae8..c60e659ce2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -501,7 +501,7 @@ under the License.
     <docker.mariadb.version>10</docker.mariadb.version>
 
     <jdbc.postgresql.version>42.6.0</jdbc.postgresql.version>
-    <jdbc.mysql.version>8.0.32</jdbc.mysql.version>
+    <jdbc.mysql.version>8.0.33</jdbc.mysql.version>
     <jdbc.mariadb.version>3.1.3</jdbc.mariadb.version>
     <jdbc.mssql.version>12.2.0.jre</jdbc.mssql.version>
     <jdbc.oracle.version>21.9.0.0</jdbc.oracle.version>

Reply via email to