This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new fd3948553c Upgrading PostgreSQL JDBC driver
fd3948553c is described below
commit fd3948553c58eac0a2f1281f7c81a6617b15da4f
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jan 15 08:29:59 2025 +0100
Upgrading PostgreSQL JDBC driver
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bafe4b2007..ae00a7c6c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -507,7 +507,7 @@ under the License.
<docker.mysql.version>8.0</docker.mysql.version>
<docker.mariadb.version>11</docker.mariadb.version>
- <jdbc.postgresql.version>42.7.4</jdbc.postgresql.version>
+ <jdbc.postgresql.version>42.7.5</jdbc.postgresql.version>
<jdbc.mysql.version>9.0.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.5.1</jdbc.mariadb.version>
<jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>