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 2020/11/13 07:41:09 UTC

[syncope] branch master updated: Upgrading Spring Boot

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 8c05b42  Upgrading Spring Boot
8c05b42 is described below

commit 8c05b42aa5569054ff1f6160e87ab89d6a276555
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Nov 13 08:40:44 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 4cdeb21..117f879 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
 
     <spring.version>5.2.11.RELEASE</spring.version>
     <spring-security.version>5.4.1</spring-security.version>
-    <spring-boot.version>2.3.5.RELEASE</spring-boot.version>
+    <spring-boot.version>2.3.6.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.6.RELEASE</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.2</openjpa.version>