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 3956825e04790852fb37d3bd918722ee71cebe20
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jan 7 11:53:41 2021 +0100

    Upgrading available JDBC drivers
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 89cba5a..b1d1c9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -541,9 +541,9 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10.5</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.2.16</jdbc.postgresql.version>
-    <jdbc.mysql.version>8.0.21</jdbc.mysql.version>
-    <jdbc.mariadb.version>2.6.2</jdbc.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>
 
     <adminUser>admin</adminUser>

Reply via email to