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/07/02 10:01:11 UTC

[syncope] 01/03: 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 4620489bdcd1d5cc5fba361c88108fabf27c367c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jun 30 16:24:50 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 8c73453..f0e90e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -540,9 +540,9 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10.6</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.2.19</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.2.22</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.22</jdbc.mysql.version>
-    <jdbc.mariadb.version>2.7.2</jdbc.mariadb.version>
+    <jdbc.mariadb.version>2.7.3</jdbc.mariadb.version>
     <jdbc.mssql.version>9.2.1.jre</jdbc.mssql.version>
 
     <adminUser>admin</adminUser>