You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/02 09:30:12 UTC

[camel-spring-boot] branch master updated: Align dependencies to camel master: Hibernate validator version to 6.1.2.Final

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new b1d8dd9   Align dependencies to camel master: Hibernate validator version to 6.1.2.Final
b1d8dd9 is described below

commit b1d8dd9341f8f0dfb916127c44fdc7464d21d662
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 10:25:17 2020 +0100

     Align dependencies to camel master: Hibernate validator version to 6.1.2.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 91cc1ff..3679498 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
         <grpc-version>1.27.0</grpc-version>
         <gson-version>2.8.5</gson-version>
         <hadoop2-version>2.7.4</hadoop2-version>
-        <hibernate-validator-version>6.0.17.Final</hibernate-validator-version>
+        <hibernate-validator-version>6.1.2.Final</hibernate-validator-version>
         <hibernate-version>5.2.16.Final</hibernate-version>
         <infinispan-spring-boot-version>2.2.0.Final</infinispan-spring-boot-version>
         <jackson-version>1.9.12</jackson-version>