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 9da839130c Upgrading PostgreSQL JDBC driver
9da839130c is described below

commit 9da839130c94c470637572273d3816332a1715fd
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Nov 21 08:34:34 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 2d93f218f9..929cfcac9a 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.1</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.7.0</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.28</jdbc.mysql.version>
     <jdbc.mariadb.version>3.0.8</jdbc.mariadb.version>
     <jdbc.mssql.version>12.4.1.jre</jdbc.mssql.version>

Reply via email to