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 2019/09/02 10:02:46 UTC

[syncope] 01/02: 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

commit 0256060bcdd268885543ad17c60443803938712f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Sep 2 11:57:04 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index b8d4883..905d585 100644
--- a/pom.xml
+++ b/pom.xml
@@ -527,10 +527,10 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10.4</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.2.5</jdbc.postgresql.version>
-    <jdbc.mysql.version>8.0.15</jdbc.mysql.version>
-    <jdbc.mariadb.version>2.4.1</jdbc.mariadb.version>
-    <jdbc.mssql.version>7.2.1.jre</jdbc.mssql.version>
+    <jdbc.postgresql.version>42.2.6</jdbc.postgresql.version>
+    <jdbc.mysql.version>8.0.17</jdbc.mysql.version>
+    <jdbc.mariadb.version>2.4.3</jdbc.mariadb.version>
+    <jdbc.mssql.version>7.4.1.jre</jdbc.mssql.version>
 
     <adminUser>admin</adminUser>
     <anonymousUser>anonymous</anonymousUser>