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
commit 5cfba56444decd2c7c0ea678fd14c733da4044dd Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Dec 21 15:36:26 2020 +0100 Upgrade Hibernate Validator to version 6.1.7.Final --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 0bf244f..a844417 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -237,7 +237,7 @@ <hazelcast-version>4.1</hazelcast-version> <hbase-version>2.3.1</hbase-version> <hdrhistrogram-version>2.1.11</hdrhistrogram-version> - <hibernate-validator-version>6.1.6.Final</hibernate-validator-version> + <hibernate-validator-version>6.1.7.Final</hibernate-validator-version> <hibernate-version>5.4.13.Final</hibernate-version> <hk2-version>2.6.1</hk2-version> <hsqldb-version>2.5.1</hsqldb-version>
