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-karaf.git
The following commit(s) were added to refs/heads/master by this push: new 5011cdd Upgrade Hibernate Validator to version 6.1.3.Final 5011cdd is described below commit 5011cdde94e27f3006d9481bfa4446c2d6d8f943 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Apr 16 08:41:46 2020 +0200 Upgrade Hibernate Validator to version 6.1.3.Final --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 803a4ae..ea00c81 100644 --- a/pom.xml +++ b/pom.xml @@ -352,7 +352,7 @@ <hazelcast-version>4.0.1</hazelcast-version> <hbase-version>2.2.3</hbase-version> <hdrhistrogram-version>2.1.11</hdrhistrogram-version> - <hibernate-validator-version>6.1.2.Final</hibernate-validator-version> + <hibernate-validator-version>6.1.3.Final</hibernate-validator-version> <hibernate-version>5.4.13.Final</hibernate-version> <hikaricp-version>2.4.13</hikaricp-version> <hk2-version>2.5.0</hk2-version>