This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 16acb3c395 Bump org.hibernate.validator:hibernate-validator (#2892)
16acb3c395 is described below
commit 16acb3c395e51fac52f0e455fb843792c7260f30
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 2 10:28:41 2026 +0200
Bump org.hibernate.validator:hibernate-validator (#2892)
Bumps
[org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator)
from 9.1.1.Final to 9.1.3.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
-
[Changelog](https://github.com/hibernate/hibernate-validator/blob/9.1.3.Final/changelog.md)
-
[Commits](https://github.com/hibernate/hibernate-validator/compare/9.1.1.Final...9.1.3.Final)
---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
dependency-version: 9.1.3.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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ac284d3c06..49524ff4e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@
<version.mojarra>4.1.11</version.mojarra>
<!-- org.hibernate -->
<version.hibernate.orm>7.4.5.Final</version.hibernate.orm>
- <version.hibernate.validator>9.1.1.Final</version.hibernate.validator>
+ <version.hibernate.validator>9.1.3.Final</version.hibernate.validator>
<!-- Other API and Impl. not in Jakarta EE -->
<version.wss4j>4.0.0</version.wss4j>