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 2021/10/21 14:55:43 UTC

[syncope] branch master updated (35cbbde -> 197caa2)

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 35cbbde  [SYNCOPE-1646] fixed wrong status value on linked account propagation
     new 355ad16  Upgrading Cargo
     new 34e349c  Upgrading Payara
     new 197caa2  Upgrading Spring Boot

The 3 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/03: Upgrading Cargo

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 355ad16be40fa2e930d63cfbf580a001e04d677b
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Oct 19 15:28:55 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 248f64c..a13ab4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2149,7 +2149,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven3-plugin</artifactId>
-          <version>1.9.7</version>
+          <version>1.9.8</version>
           <configuration>
             <configuration>
               <type>standalone</type>

[syncope] 02/03: Upgrading Payara

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 34e349cf948f1cc1c7d0d1728039ea6bb4056c0f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Oct 20 15:52:25 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index a13ab4a..8520bfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -506,7 +506,7 @@ under the License.
 
     <tomcat.version>9.0.54</tomcat.version>
     <wildfly.version>24.0.0.Final</wildfly.version>
-    <payara.version>5.2021.7</payara.version>
+    <payara.version>5.2021.8</payara.version>
     <javax.faces.version>2.3.14</javax.faces.version>
 
     <docker.postgresql.version>14</docker.postgresql.version>

[syncope] 03/03: 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 197caa2d2a06851c2d1f7183197a97f264652c86
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Oct 21 16:10:44 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 8520bfd..c536a37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
 
     <jackson.version>2.13.0</jackson.version>
 
-    <spring-boot.version>2.5.5</spring-boot.version>
+    <spring-boot.version>2.5.6</spring-boot.version>
     <spring-cloud-gateway.version>3.0.4</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.0</openjpa.version>