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/01/21 07:01:54 UTC

[syncope] branch master updated (143a88a -> 813cf0f)

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 143a88a  Fixing Enduser's SAML logout
     new 3b35f56  Upgrading Spring Boot
     new 813cf0f  Upgrading Tomcat

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[syncope] 02/02: Upgrading Tomcat

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 813cf0f519e0f55fb1c594b6b80f4f4b8ec61bc6
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Jan 21 08:01:05 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 427ecfd..010a8a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -502,7 +502,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>9.0.56</tomcat.version>
+    <tomcat.version>9.0.58</tomcat.version>
     <wildfly.version>25.0.1.Final</wildfly.version>
     <payara.version>5.2021.10</payara.version>
     <javax.faces.version>2.3.14</javax.faces.version>

[syncope] 01/02: Upgrading Spring Boot

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 3b35f56327454477db90b2144e6999b9e8e9db32
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jan 20 16:32:37 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index df0bbc4..427ecfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
 
     <jackson.version>2.13.1</jackson.version>
 
-    <spring-boot.version>2.6.2</spring-boot.version>
+    <spring-boot.version>2.6.3</spring-boot.version>
     <spring-cloud-gateway.version>3.1.0</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.0</openjpa.version>