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 2019/10/03 06:04:33 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 7ceaf3e  Upgrading Spring Boot
7ceaf3e is described below

commit 7ceaf3ee0dc3c6d2dcbbfa3fdcc6ec9adceffd97
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Oct 3 08:04:23 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 0387ed0..d98b4d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -395,7 +395,7 @@ under the License.
 
     <spring.version>5.1.10.RELEASE</spring.version>
     <spring-security.version>5.1.6.RELEASE</spring-security.version>
-    <spring-boot.version>2.1.8.RELEASE</spring-boot.version>
+    <spring-boot.version>2.1.9.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.1.3.RELEASE</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.0</openjpa.version>