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 8248334752f chore(deps): Bump
org.hibernate.validator:hibernate-validator (#18374)
8248334752f is described below
commit 8248334752f77acd36bcc214bc7873f06901f661
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 16 09:58:55 2025 +0200
chore(deps): Bump org.hibernate.validator:hibernate-validator (#18374)
Bumps
[org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator)
from 9.0.0.Final to 9.0.1.Final.
-
[Changelog](https://github.com/hibernate/hibernate-validator/blob/9.0.1.Final/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-validator/compare/9.0.0.Final...9.0.1.Final)
---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
dependency-version: 9.0.1.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 30299e981ba..0ecac76331b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -221,7 +221,7 @@
<hapi-fhir-version>8.2.0</hapi-fhir-version>
<hazelcast-version>5.4.0</hazelcast-version>
<hdrhistrogram-version>2.2.2</hdrhistrogram-version>
- <hibernate-validator-version>9.0.0.Final</hibernate-validator-version>
+ <hibernate-validator-version>9.0.1.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>