This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 5eb4763a76 [tomee-10.x]: Bump
org.hibernate.validator:hibernate-validator
5eb4763a76 is described below
commit 5eb4763a76046cb0de4ee4635ae6ff6248c262a7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 06:13:24 2026 +0000
[tomee-10.x]: Bump org.hibernate.validator:hibernate-validator
Bumps
[org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator)
from 8.0.3.Final to 8.0.4.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
-
[Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.4.Final/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-validator/compare/8.0.3.Final...8.0.4.Final)
---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
dependency-version: 8.0.4.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2687ea43d6..e21342ad18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,7 +219,7 @@
<version.mojarra>4.0.18</version.mojarra>
<!-- org.hibernate -->
<version.hibernate.orm>6.6.53.Final</version.hibernate.orm>
- <version.hibernate.validator>8.0.3.Final</version.hibernate.validator>
+ <version.hibernate.validator>8.0.4.Final</version.hibernate.validator>
<!-- Other API and Impl. not in Jakarta EE -->
<version.wss4j>4.0.1</version.wss4j>