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:32 UTC

[syncope] branch master updated (7c856eb -> b630205)

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git.


    from 7c856eb  [SYNCOPE-1666] linked account must have AES as encryption algorithm (#334)
     new e406be1  Upgrading Wicket
     new b630205  Upgrading Spring Boot and CAS

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

[syncope] 01/02: Upgrading Wicket

Posted by il...@apache.org.
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 e406be18f6d849019a8a285316c3dbb76d684ba8
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Mar 31 08:04:47 2022 +0200

    Upgrading Wicket
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a33fe6e..7366779 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,7 +465,7 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
 
-    <wicket.version>9.8.0</wicket.version>
+    <wicket.version>9.9.0</wicket.version>
     <wicketstuff.version>9.8.0</wicketstuff.version>
     <wicket-jqueryui.version>9.8.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>5.0.6</wicket-bootstrap.version>

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

Posted by il...@apache.org.
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>