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 12:50:55 UTC

[syncope] branch 2_1_X updated: Upgrading JDBC drivers

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

commit 5ceeb10050e24b04c4d5a398a4af4dfc7cad6499
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Apr 8 14:50:43 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 14256fc..96d58f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -541,10 +541,10 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10.5</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.2.18</jdbc.postgresql.version>
-    <jdbc.mysql.version>8.0.22</jdbc.mysql.version>
-    <jdbc.mariadb.version>2.7.1</jdbc.mariadb.version>
-    <jdbc.mssql.version>8.4.1.jre</jdbc.mssql.version>
+    <jdbc.postgresql.version>42.2.19</jdbc.postgresql.version>
+    <jdbc.mysql.version>8.0.23</jdbc.mysql.version>
+    <jdbc.mariadb.version>2.7.2</jdbc.mariadb.version>
+    <jdbc.mssql.version>9.2.1.jre</jdbc.mssql.version>
 
     <adminUser>admin</adminUser>
     <anonymousUser>anonymous</anonymousUser>