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 c2a6103759 Upgrading JDBC drivers: PostgreSQL, MariaDB
c2a6103759 is described below

commit c2a61037595e4906fc7ff3bad86a313edf946a44
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Aug 18 12:26:44 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 4f93f7178e..1ce3a85edb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,9 +543,9 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.4.0</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.4.2</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.28</jdbc.mysql.version>
-    <jdbc.mariadb.version>3.0.5</jdbc.mariadb.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>
 

Reply via email to