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 e5b11136f4 Upgrading JDBC Drivers
e5b11136f4 is described below
commit e5b11136f4944494ed9a4dd9a3323158353a7638
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Apr 5 10:54:14 2022 +0200
Upgrading JDBC Drivers
---
pom.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 283f82437a..10a0cfa345 100644
--- a/pom.xml
+++ b/pom.xml
@@ -541,11 +541,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>
<adminUser>admin</adminUser>