You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/09/22 14:32:20 UTC

[syncope] branch master updated: Upgrading Spring Boot

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 9bf615167b Upgrading Spring Boot
9bf615167b is described below

commit 9bf615167b12f70c2598f537b6e8f8b9e0af73e4
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Sep 22 14:00:37 2022 +0200

    Upgrading Spring Boot
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6d2aeefc51..20685ceb05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -417,7 +417,7 @@ under the License.
 
     <jackson.version>2.13.4</jackson.version>
 
-    <spring-boot.version>2.7.3</spring-boot.version>
+    <spring-boot.version>2.7.4</spring-boot.version>
     <spring-cloud-gateway.version>3.1.4</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.2</openjpa.version>
@@ -512,11 +512,11 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.4.2</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.5.0</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.28</jdbc.mysql.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>
+    <jdbc.mariadb.version>3.0.8</jdbc.mariadb.version>
+    <jdbc.mssql.version>11.2.1.jre</jdbc.mssql.version>
+    <jdbc.oracle.version>21.7.0.0</jdbc.oracle.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>