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 b345faef6d Upgrading PostgreSQL and MariaDB JDBC drivers, JSoup
b345faef6d is described below
commit b345faef6db59cc2c100e17feb3f562f4e03adee
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sat Sep 20 07:56:33 2025 +0200
Upgrading PostgreSQL and MariaDB JDBC drivers, JSoup
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index c993909fcd..4900cdc495 100644
--- a/pom.xml
+++ b/pom.xml
@@ -507,9 +507,9 @@ under the License.
<docker.mysql.version>8.0</docker.mysql.version>
<docker.mariadb.version>11</docker.mariadb.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.4</jdbc.mariadb.version>
+ <jdbc.mariadb.version>3.5.6</jdbc.mariadb.version>
<jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
<jdbc.oracle.version>23.9.0.25.07</jdbc.oracle.version>
@@ -1427,7 +1427,7 @@ under the License.
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.21.1</version>
+ <version>1.21.2</version>
</dependency>
<!-- TEST -->