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

commit 1867a7086c3024fea7e1df65f71ea9fc693ce849
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Apr 5 10:53:28 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 35a6cbdb73..641382a5e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,11 +508,10 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.3.1</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.3.3</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.28</jdbc.mysql.version>
-    <!-- see https://jira.mariadb.org/browse/CONJ-921 -->
-    <jdbc.mariadb.version>2.7.5</jdbc.mariadb.version>
-    <jdbc.mssql.version>9.4.1.jre</jdbc.mssql.version>
+    <jdbc.mariadb.version>3.0.4</jdbc.mariadb.version>
+    <jdbc.mssql.version>10.2.0.jre</jdbc.mssql.version>
     <jdbc.oracle.version>21.5.0.0</jdbc.oracle.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>

Reply via email to