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 fe2be2e342 Upgrading CXF, Commons Lang and MariaDB JDBC driver
fe2be2e342 is described below

commit fe2be2e342c6ab351e83f472151e46b7b2b5a216
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Thu Jul 18 08:25:34 2024 +0200

    Upgrading CXF, Commons Lang and MariaDB JDBC driver
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 659a7476b7..62d4f703c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
     <connid.okta.version>3.0.4</connid.okta.version>
     <connid.cmd.version>0.5</connid.cmd.version>
 
-    <cxf.version>3.6.3</cxf.version>
+    <cxf.version>3.6.4</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
     <nimbus-jose-jwt.version>9.40</nimbus-jose-jwt.version>
 
@@ -437,7 +437,7 @@ under the License.
     <log4j2.version>2.22.0</log4j2.version>
     <disruptor.version>3.4.4</disruptor.version>
 
-    <commons-lang3.version>3.14.0</commons-lang3.version>
+    <commons-lang3.version>3.15.0</commons-lang3.version>
     <commons-jexl.version>3.4.0</commons-jexl.version>
     <commons-text.version>1.12.0</commons-text.version>
 
@@ -509,7 +509,7 @@ under the License.
 
     <jdbc.postgresql.version>42.7.3</jdbc.postgresql.version>
     <jdbc.mysql.version>9.0.0</jdbc.mysql.version>
-    <jdbc.mariadb.version>3.4.0</jdbc.mariadb.version>
+    <jdbc.mariadb.version>3.4.1</jdbc.mariadb.version>
     <jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
     <jdbc.oracle.version>23.4.0.24.05</jdbc.oracle.version>
 

Reply via email to