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 10c048f  Upgrading JDBC drivers
10c048f is described below

commit 10c048fe1f9d1fd0a3f8817c3a6b22e10a87d896
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Jan 31 09:01:19 2022 +0100

    Upgrading JDBC drivers
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index ad6723f..afcfc2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -544,6 +544,7 @@ under the License.
     <jdbc.postgresql.version>42.3.1</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.28</jdbc.mysql.version>
     <jdbc.mariadb.version>3.0.3</jdbc.mariadb.version>
+    <jdbc.mssql.version>9.4.1.jre</jdbc.mssql.version>
     <jdbc.oracle.version>21.4.0.0.1</jdbc.oracle.version>
 
     <adminUser>admin</adminUser>

Reply via email to