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 16:48:15 UTC

[camel-examples] 02/03: Align dependencies to camel master: Hibernate validator to version 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-examples.git

commit b6c39758ebf2312b7a8d2288edcf0f400976d125
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 17:44:39 2020 +0100

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

diff --git a/examples/pom.xml b/examples/pom.xml
index 6be43a8..83ae7da 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -213,7 +213,7 @@
         <gson-version>2.8.5</gson-version>
         <hapi-version>2.3</hapi-version>
         <hamcrest-version>2.2</hamcrest-version>
-        <hibernate-validator-version>6.0.17.Final</hibernate-validator-version>
+        <hibernate-validator-version>6.1.2.Final</hibernate-validator-version>
         <infinispan-spring-boot-version>2.2.0.Final</infinispan-spring-boot-version>
         <pax-exam-version>4.13.1</pax-exam-version>
         <pax-url-aether>2.6.2</pax-url-aether>