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:47 UTC

[syncope] 02/02: Upgrading JDBC drivers

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 2925604769691bf8d2d4bb5732dda713b5bbcbef
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Sep 2 11:55:30 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 9f1f7ba..a1a5b07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -528,8 +528,8 @@ under the License.
     <nodejs.version>v8.11.4</nodejs.version>    
     <protractor.version>5.4.0</protractor.version>    
 
-    <jdbc.postgresql.version>42.2.5</jdbc.postgresql.version>
-    <jdbc.mysql.version>5.1.47</jdbc.mysql.version>
+    <jdbc.postgresql.version>42.2.6</jdbc.postgresql.version>
+    <jdbc.mysql.version>5.1.48</jdbc.mysql.version>
     <jdbc.mariadb.version>2.2.6</jdbc.mariadb.version>
     <jdbc.mssql.version>6.4.0.jre</jdbc.mssql.version>