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.git
The following commit(s) were added to refs/heads/master by this push: new 2cef021 Upgrade Hibernate Validator to version 6.1.2.Final 2cef021 is described below commit 2cef021487056949a089646d53c386bdb7d9bf54 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Feb 12 17:57:03 2020 +0100 Upgrade Hibernate Validator to version 6.1.2.Final --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index a8f1d87..8354559 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -265,7 +265,7 @@ <hazelcast-version>3.12.6</hazelcast-version> <hbase-version>1.2.6</hbase-version> <hdrhistrogram-version>2.1.11</hdrhistrogram-version> - <hibernate-validator-version>6.1.1.Final</hibernate-validator-version> + <hibernate-validator-version>6.1.2.Final</hibernate-validator-version> <hibernate-version>5.2.16.Final</hibernate-version> <hikaricp-version>2.4.13</hikaricp-version> <hk2-version>2.5.0</hk2-version>