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

[syncope] 02/03: Upgrading Payara

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>