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/04/01 06:08:34 UTC

[syncope] 02/02: Upgrading Spring Boot and CAS

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

commit b630205d2df09b0874d6e1b2907d3a9d9820e66d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Apr 1 08:08:21 2022 +0200

    Upgrading Spring Boot and CAS
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7366779..a91f8c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
 
     <jackson.version>2.13.2</jackson.version>
 
-    <spring-boot.version>2.6.5</spring-boot.version>
+    <spring-boot.version>2.6.6</spring-boot.version>
     <spring-cloud-gateway.version>3.1.1</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.2</openjpa.version>
@@ -446,7 +446,7 @@ under the License.
 
     <pac4j.version>5.3.1</pac4j.version>
 
-    <cas.version>6.5.1</cas.version>
+    <cas.version>6.5.2</cas.version>
     <cas-client.version>3.6.4</cas-client.version>
 
     <h2.version>1.4.200</h2.version>