You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/07 15:29:55 UTC

[camel] branch main updated: Upgrade hibernate-validator 8.0.1

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new a7d5e2a41a4 Upgrade hibernate-validator 8.0.1
a7d5e2a41a4 is described below

commit a7d5e2a41a49a558074d25643c44fad5889ec844
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 7 17:29:44 2023 +0200

    Upgrade hibernate-validator 8.0.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4723eb624bc..01f445ee122 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -203,7 +203,7 @@
         <hapi-fhir-version>6.6.1</hapi-fhir-version>
         <hazelcast-version>5.3.1</hazelcast-version>
         <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
-        <hibernate-validator-version>8.0.0.Final</hibernate-validator-version>
+        <hibernate-validator-version>8.0.1.Final</hibernate-validator-version>
         <hibernate-version>5.6.15.Final</hibernate-version>
         <hk2-version>2.6.1</hk2-version>
         <hsqldb-version>2.7.2</hsqldb-version>