This is an automated email from the ASF dual-hosted git repository.
jungm 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 88a1e0696e [tomee-10.x]: Bump
org.hibernate.validator:hibernate-validator
88a1e0696e is described below
commit 88a1e0696ee2a9b20cd57d45226580635fda7492
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 19 13:44:35 2025 +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.1.Final to 8.0.3.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
-
[Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.3.Final/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-validator/compare/8.0.1.Final...8.0.3.Final)
---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
dependency-version: 8.0.3.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 28c1488c06..cc6fdf71a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,7 +219,7 @@
<version.mojarra>4.0.13</version.mojarra>
<!-- org.hibernate -->
<version.hibernate.orm>6.6.39.Final</version.hibernate.orm>
- <version.hibernate.validator>8.0.1.Final</version.hibernate.validator>
+ <version.hibernate.validator>8.0.3.Final</version.hibernate.validator>
<!-- Other API and Impl. not in Jakarta EE -->
<version.wss4j>4.0.1</version.wss4j>