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

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


The following commit(s) were added to refs/heads/4_0_X by this push:
     new 88595620f7 Upgrading BouncyCastle, PostgreSQL and MariaDB JDBC 
drivers, JSoup
88595620f7 is described below

commit 88595620f7820f88b8314c54d464d4a77b09cc48
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Sat Sep 20 07:55:12 2025 +0200

    Upgrading BouncyCastle, PostgreSQL and MariaDB JDBC drivers, JSoup
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index c563c2ecd8..2c452eddf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
     <connid.ldup.version>0.1.0</connid.ldup.version>
 
     <cxf.version>4.1.3</cxf.version>
-    <bouncycastle.version>1.81</bouncycastle.version>
+    <bouncycastle.version>1.82</bouncycastle.version>
     <nimbus-jose-jwt.version>10.5</nimbus-jose-jwt.version>
 
     <spring-boot.version>3.4.10</spring-boot.version>
@@ -516,9 +516,9 @@ under the License.
     <docker.oracle.version>23-slim-faststart</docker.oracle.version>
     <docker.neo4j.version>5.26</docker.neo4j.version>
 
-    <jdbc.postgresql.version>42.7.7</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.7.8</jdbc.postgresql.version>
     <jdbc.mysql.version>9.4.0</jdbc.mysql.version>
-    <jdbc.mariadb.version>3.5.5</jdbc.mariadb.version>
+    <jdbc.mariadb.version>3.5.6</jdbc.mariadb.version>
     <jdbc.oracle.version>23.9.0.25.07</jdbc.oracle.version>
 
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -1329,7 +1329,7 @@ under the License.
       <dependency>
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.21.1</version>
+        <version>1.21.2</version>
       </dependency>
 
       <dependency>

Reply via email to