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/01/17 07:06:34 UTC

[syncope] branch master updated: Upgrading Spring Boot and Hibernate Validator

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 50af303  Upgrading Spring Boot and Hibernate Validator
50af303 is described below

commit 50af303f0a3f9384c035ed62d6e4a523827b80f7
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jan 16 11:11:08 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index aff4961..c330827 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,12 +410,12 @@ under the License.
 
     <spring.version>5.2.3.RELEASE</spring.version>
     <spring-security.version>5.2.1.RELEASE</spring-security.version>
-    <spring-boot.version>2.2.2.RELEASE</spring-boot.version>
+    <spring-boot.version>2.2.3.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.1.RELEASE</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.0</openjpa.version>
     <hikaricp.version>3.4.2</hikaricp.version>
-    <hibernate-validator.version>6.1.0.Final</hibernate-validator.version>
+    <hibernate-validator.version>6.1.1.Final</hibernate-validator.version>
 
     <jasypt.version>1.9.3</jasypt.version>