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 0256060bcdd268885543ad17c60443803938712f Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon Sep 2 11:57:04 2019 +0200 Upgrading JDBC drivers --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b8d4883..905d585 100644 --- a/pom.xml +++ b/pom.xml @@ -527,10 +527,10 @@ under the License. <docker.mysql.version>8.0</docker.mysql.version> <docker.mariadb.version>10.4</docker.mariadb.version> - <jdbc.postgresql.version>42.2.5</jdbc.postgresql.version> - <jdbc.mysql.version>8.0.15</jdbc.mysql.version> - <jdbc.mariadb.version>2.4.1</jdbc.mariadb.version> - <jdbc.mssql.version>7.2.1.jre</jdbc.mssql.version> + <jdbc.postgresql.version>42.2.6</jdbc.postgresql.version> + <jdbc.mysql.version>8.0.17</jdbc.mysql.version> + <jdbc.mariadb.version>2.4.3</jdbc.mariadb.version> + <jdbc.mssql.version>7.4.1.jre</jdbc.mssql.version> <adminUser>admin</adminUser> <anonymousUser>anonymous</anonymousUser>
