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/07/28 10:39:55 UTC

[syncope] branch master updated (0b545de -> fb388a0)

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 0b545de  Incremental pull remediation improvements (#283)
     new 0a0a3d0  Upgrading Payara
     new fb388a0  Upgrading Curator

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 Curator

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 fb388a0c2d572e55e98f3f76ad9b1c43883e5e15
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jul 28 12:05:43 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 90c8098..d78a772 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@ under the License.
 
     <antlr4.version>4.9.2</antlr4.version>
 
-    <curator.version>5.1.0</curator.version>
+    <curator.version>5.2.0</curator.version>
     <zookeeper.version>3.7.0</zookeeper.version>
 
     <testds.port>1389</testds.port>

[syncope] 01/02: 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 0a0a3d053a236970f8990167767864a9b3da2039
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jul 27 16:45:10 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index c77e718..90c8098 100644
--- a/pom.xml
+++ b/pom.xml
@@ -511,7 +511,7 @@ under the License.
 
     <tomcat.version>9.0.50</tomcat.version>
     <wildfly.version>24.0.0.Final</wildfly.version>
-    <payara.version>5.2021.4</payara.version>
+    <payara.version>5.2021.5</payara.version>
     <javax.faces.version>2.3.14</javax.faces.version>
 
     <docker.postgresql.version>13</docker.postgresql.version>