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 0ac20f0e6a Upgrading JDBC drivers
0ac20f0e6a is described below

commit 0ac20f0e6afdf9e5fd2d3c3e2594ae5faa58ce25
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Sep 22 16:09:35 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 1d8a2d64e7..025687c2cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,11 +543,11 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.4.2</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.5.0</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.28</jdbc.mysql.version>
-    <jdbc.mariadb.version>3.0.7</jdbc.mariadb.version>
-    <jdbc.mssql.version>10.2.1.jre</jdbc.mssql.version>
-    <jdbc.oracle.version>21.6.0.0.1</jdbc.oracle.version>
+    <jdbc.mariadb.version>3.0.8</jdbc.mariadb.version>
+    <jdbc.mssql.version>11.2.1.jre</jdbc.mssql.version>
+    <jdbc.oracle.version>21.7.0.0</jdbc.oracle.version>
 
     <adminUser>admin</adminUser>
     <anonymousUser>anonymous</anonymousUser>

Reply via email to