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/11/24 14:20:09 UTC

[syncope] branch 2_1_X updated: Upgrading PostgreSQL JDBC Driver

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 292c0188c8 Upgrading PostgreSQL JDBC Driver
292c0188c8 is described below

commit 292c0188c890082a9e15f4bf0e07241dc46663cd
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Nov 24 11:28:23 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index e355302db9..aa47c0e693 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,7 +543,7 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.5.0</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.5.1</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.28</jdbc.mysql.version>
     <jdbc.mariadb.version>3.0.8</jdbc.mariadb.version>
     <jdbc.mssql.version>11.2.1.jre</jdbc.mssql.version>