This is an automated email from the ASF dual-hosted git repository.
acosentino 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 aff5ade1a4af chore(deps): Bump
org.hibernate.validator:hibernate-validator (#19883)
aff5ade1a4af is described below
commit aff5ade1a4afcdfa7c5fef5fba166e80a58e5b1c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 11 09:18:57 2025 +0100
chore(deps): Bump org.hibernate.validator:hibernate-validator (#19883)
Bumps
[org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator)
from 9.0.1.Final to 9.1.0.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
-
[Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-validator/compare/9.0.1.Final...9.1.0.Final)
---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
dependency-version: 9.1.0.Final
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index b9aeb0674722..f91de734cdac 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -233,7 +233,7 @@
<hapi-fhir-version>8.4.0</hapi-fhir-version>
<hazelcast-version>5.4.0</hazelcast-version>
<hdrhistrogram-version>2.2.2</hdrhistrogram-version>
- <hibernate-validator-version>9.0.1.Final</hibernate-validator-version>
+ <hibernate-validator-version>9.1.0.Final</hibernate-validator-version>
<hibernate-version>6.3.2.Final</hibernate-version>
<hk2-version>2.6.1</hk2-version>
<hsqldb-version>2.7.4</hsqldb-version>