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 f98fa3f  Upgrading JDBC drivers
f98fa3f is described below

commit f98fa3f3a285088b43e103473e667c1b115fdb98
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Jan 31 08:58:00 2022 +0100

    Upgrading JDBC drivers
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6f8d398..ad6723f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -542,9 +542,9 @@ under the License.
     <docker.mariadb.version>10</docker.mariadb.version>
 
     <jdbc.postgresql.version>42.3.1</jdbc.postgresql.version>
-    <jdbc.mysql.version>8.0.27</jdbc.mysql.version>
-    <jdbc.mariadb.version>2.7.4</jdbc.mariadb.version>
-    <jdbc.mssql.version>9.4.0.jre</jdbc.mssql.version>
+    <jdbc.mysql.version>8.0.28</jdbc.mysql.version>
+    <jdbc.mariadb.version>3.0.3</jdbc.mariadb.version>
+    <jdbc.oracle.version>21.4.0.0.1</jdbc.oracle.version>
 
     <adminUser>admin</adminUser>
     <anonymousUser>anonymous</anonymousUser>

Reply via email to