This is an automated email from the ASF dual-hosted git repository.
apupier 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 b7b1a5bc173c Bump org.hibernate.validator:hibernate-validator
b7b1a5bc173c is described below
commit b7b1a5bc173c45dec93d539924701f3aa96ff5c4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 24 07:43:30 2026 +0000
Bump org.hibernate.validator:hibernate-validator
Bumps
[org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator)
from 9.1.3.Final to 9.1.4.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
-
[Changelog](https://github.com/hibernate/hibernate-validator/blob/9.1.4.Final/changelog.md)
-
[Commits](https://github.com/hibernate/hibernate-validator/compare/9.1.3.Final...9.1.4.Final)
---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
dependency-version: 9.1.4.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index bc55ae49aed1..5ef63dc995f4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -237,7 +237,7 @@
the enterprise hazelcast product -->
<hazelcast-version>5.4.0</hazelcast-version>
<hdrhistrogram-version>2.2.2</hdrhistrogram-version>
- <hibernate-validator-version>9.1.3.Final</hibernate-validator-version>
+ <hibernate-validator-version>9.1.4.Final</hibernate-validator-version>
<hibernate-version>7.4.10.Final</hibernate-version>
<hivemq-mqtt-client-version>1.4.0</hivemq-mqtt-client-version>
<hsqldb-version>2.7.4</hsqldb-version>