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 19248e6dcc Upgrading PostgreSQL JDBC driver
19248e6dcc is described below
commit 19248e6dcccf24867b7de471475a8fb3f555a2c5
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Nov 21 08:34:17 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 0eb830cb0a..3e05c9d0e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -504,7 +504,7 @@ under the License.
<docker.mysql.version>8.0</docker.mysql.version>
<docker.mariadb.version>11</docker.mariadb.version>
- <jdbc.postgresql.version>42.6.0</jdbc.postgresql.version>
+ <jdbc.postgresql.version>42.7.0</jdbc.postgresql.version>
<jdbc.mysql.version>8.2.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.2.0</jdbc.mariadb.version>
<jdbc.mssql.version>12.4.2.jre</jdbc.mssql.version>