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 9cecd9d Upgrading Spring Boot
9cecd9d is described below
commit 9cecd9d241ce48a8a04b86a3f11286437dee61b4
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Mar 26 14:56:16 2020 +0100
Upgrading Spring Boot
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e8cd17b..40c59fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
<spring.version>5.2.5.RELEASE</spring.version>
<spring-security.version>5.3.0.RELEASE</spring-security.version>
- <spring-boot.version>2.2.5.RELEASE</spring-boot.version>
+ <spring-boot.version>2.2.6.RELEASE</spring-boot.version>
<spring-cloud-gateway.version>2.2.2.RELEASE</spring-cloud-gateway.version>
<openjpa.version>3.1.1</openjpa.version>