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 b67b7ed Upgrading Spring Boot
b67b7ed is described below
commit b67b7ed5bfb08556ddfdacd5cc833d8f0bed6874
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jun 25 08:30:04 2021 +0200
Upgrading Spring Boot
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3163b2f..4cd30de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
<jackson.version>2.12.3</jackson.version>
- <spring-boot.version>2.5.1</spring-boot.version>
+ <spring-boot.version>2.5.2</spring-boot.version>
<spring-cloud-gateway.version>3.0.3</spring-cloud-gateway.version>
<openjpa.version>3.2.0</openjpa.version>