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 0a35e5a1e9 Upgrading BouncyCastle, PostgreSQL and MariaDB JDBC 
drivers, JSoup
0a35e5a1e9 is described below

commit 0a35e5a1e9ec4194b688c8d39c7c023c99186ec1
Author: Francesco Chicchiriccò <[email protected]>
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 299527b014..4febae9d7d 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.5.6</spring-boot.version>
@@ -514,9 +514,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>
@@ -1338,7 +1338,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