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


The following commit(s) were added to refs/heads/master by this push:
     new 9976590  Upgrading Spring Boot and Payara
9976590 is described below

commit 9976590f8cac635e005aef4c6f26a3ff641f8be6
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Fri Dec 11 08:51:25 2020 +0100

    Upgrading Spring Boot and Payara
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ce1eba9..5fd1c53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
 
     <spring.version>5.2.12.RELEASE</spring.version>
     <spring-security.version>5.4.2</spring-security.version>
-    <spring-boot.version>2.3.6.RELEASE</spring-boot.version>
+    <spring-boot.version>2.3.7.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.6.RELEASE</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.2</openjpa.version>
@@ -513,7 +513,7 @@ under the License.
 
     <tomcat.version>9.0.41</tomcat.version>
     <wildfly.version>21.0.1.Final</wildfly.version>
-    <payara.version>5.2020.6</payara.version>
+    <payara.version>5.2020.7</payara.version>
     <javax.faces.version>2.3.14</javax.faces.version>
 
     <docker.postgresql.version>12</docker.postgresql.version>

Reply via email to