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 e0e3453c5f Upgrading PostgreSQL JDBC driver
e0e3453c5f is described below
commit e0e3453c5fee6ff9f0d4af41f11500e8e1a3b747
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jan 16 07:20:34 2026 +0100
Upgrading PostgreSQL JDBC driver
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3390fc12d3..37032b78ed 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.8</jdbc.postgresql.version>
+ <jdbc.postgresql.version>42.7.9</jdbc.postgresql.version>
<jdbc.mysql.version>9.5.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.5.7</jdbc.mariadb.version>
<jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>