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:49:13 UTC

[syncope] branch master updated: Upgrading JDBC drivers

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1523f7a  Upgrading JDBC drivers
1523f7a is described below

commit 1523f7a4289f374ad0f8fef68b90716f82315402
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Apr 8 14:49:03 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index fba2ab3..b15b57e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -520,11 +520,11 @@ 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.oracle.version>19.9.0.0</jdbc.oracle.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>
+    <jdbc.oracle.version>19.10.0.0</jdbc.oracle.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>