You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/06/23 15:33:24 UTC

[syncope] 02/02: Upgrading PostgreSQL JDBC driver

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit d4d63645ccd284bb2da63089f305d7db88629b62
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jun 23 14:49:31 2022 +0200

    Upgrading PostgreSQL JDBC driver
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4e8f2cf2be..6a258cce8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,7 +510,7 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.3.5</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.3.6</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.28</jdbc.mysql.version>
     <jdbc.mariadb.version>2.7.5</jdbc.mariadb.version>
     <jdbc.mssql.version>10.2.1.jre</jdbc.mssql.version>