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 87e88fee38 Upgrading Spring Boot, Nimbus JOSE JWT, Pac4j and 
cargo-maven3-plugin, JDBC drivers: PostgreSQL, MariaDB, MS SQL
87e88fee38 is described below

commit 87e88fee38e22ed266133e163b160273e9a2e282
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Thu Aug 18 08:59:59 2022 +0200

    Upgrading Spring Boot, Nimbus JOSE JWT, Pac4j and cargo-maven3-plugin, JDBC 
drivers: PostgreSQL, MariaDB, MS SQL
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index a40b0f0067..3777f18961 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,11 +413,11 @@ under the License.
 
     <cxf.version>3.5.3</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.23</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.24.1</nimbus-jose-jwt.version>
 
     <jackson.version>2.13.3</jackson.version>
 
-    <spring-boot.version>2.7.2</spring-boot.version>
+    <spring-boot.version>2.7.3</spring-boot.version>
     <spring-cloud-gateway.version>3.1.3</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.2</openjpa.version>
@@ -450,7 +450,7 @@ under the License.
 
     <modernizer-maven.version>2.4.0</modernizer-maven.version>
 
-    <pac4j.version>5.4.4</pac4j.version>
+    <pac4j.version>5.4.5</pac4j.version>
 
     <cas.version>6.6.0-RC5</cas.version>
     <cas-client.version>3.6.4</cas-client.version>
@@ -514,10 +514,10 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.4.0</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.4.2</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.28</jdbc.mysql.version>
-    <jdbc.mariadb.version>3.0.5</jdbc.mariadb.version>
-    <jdbc.mssql.version>10.2.1.jre</jdbc.mssql.version>
+    <jdbc.mariadb.version>3.0.7</jdbc.mariadb.version>
+    <jdbc.mssql.version>11.2.0.jre</jdbc.mssql.version>
     <jdbc.oracle.version>21.6.0.0.1</jdbc.oracle.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
@@ -1844,7 +1844,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven3-plugin</artifactId>
-          <version>1.9.13</version>
+          <version>1.10.0</version>
           <configuration>
             <configuration>
               <type>standalone</type>

Reply via email to