This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new fb1f7fec76 Upgrading PostgreSQL JDBC driver and BouncyCastle
fb1f7fec76 is described below

commit fb1f7fec76ffc2781f10807fbadfb267a7a2cf50
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jan 15 08:28:52 2025 +0100

    Upgrading PostgreSQL JDBC driver and BouncyCastle
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9ed49275ba..9dea6b9657 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
     <connid.kafka.version>1.0.0</connid.kafka.version>
 
     <cxf.version>4.1.0</cxf.version>
-    <bouncycastle.version>1.79</bouncycastle.version>
+    <bouncycastle.version>1.80</bouncycastle.version>
     <nimbus-jose-jwt.version>10.0.1</nimbus-jose-jwt.version>
 
     <spring-boot.version>3.3.7</spring-boot.version>
@@ -509,7 +509,7 @@ under the License.
     <docker.oracle.version>23-slim-faststart</docker.oracle.version>
     <docker.neo4j.version>5.26.0</docker.neo4j.version>
 
-    <jdbc.postgresql.version>42.7.4</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.7.5</jdbc.postgresql.version>
     <jdbc.mysql.version>9.1.0</jdbc.mysql.version>
     <jdbc.mariadb.version>3.5.1</jdbc.mariadb.version>
     <jdbc.oracle.version>23.6.0.24.10</jdbc.oracle.version>

Reply via email to