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 a6e0c98596b1 chore(deps): Bump
org.hibernate.validator:hibernate-validator
a6e0c98596b1 is described below
commit a6e0c98596b10198866b1db3d41bfe1cc1199b75
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 6 08:22:59 2026 +0000
chore(deps): Bump org.hibernate.validator:hibernate-validator
Bumps
[org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator)
from 9.1.1.Final to 9.1.2.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
-
[Changelog](https://github.com/hibernate/hibernate-validator/blob/9.1.2.Final/changelog.md)
-
[Commits](https://github.com/hibernate/hibernate-validator/compare/9.1.1.Final...9.1.2.Final)
---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
dependency-version: 9.1.2.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 2205784120e9..3fd9c1e8fe18 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -221,7 +221,7 @@
the enterprise hazelcast product -->
<hazelcast-version>5.4.0</hazelcast-version>
<hdrhistrogram-version>2.2.2</hdrhistrogram-version>
- <hibernate-validator-version>9.1.1.Final</hibernate-validator-version>
+ <hibernate-validator-version>9.1.2.Final</hibernate-validator-version>
<hibernate-version>7.4.4.Final</hibernate-version>
<hsqldb-version>2.7.4</hsqldb-version>
<mariadb-version>3.5.9</mariadb-version>