This is an automated email from the ASF dual-hosted git repository.
rzo1 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 9070445401 Bump org.hibernate.validator:hibernate-validator
9070445401 is described below
commit 907044540134264b6ecdb42b7fa9919451d1faeb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 06:09:22 2026 +0000
Bump org.hibernate.validator:hibernate-validator
Bumps
[org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator)
from 9.1.0.Final to 9.1.1.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
-
[Changelog](https://github.com/hibernate/hibernate-validator/blob/9.1.1.Final/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-validator/compare/9.1.0.Final...9.1.1.Final)
---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
dependency-version: 9.1.1.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 ee4fb09158..bfe24c1297 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@
<version.mojarra>4.1.9</version.mojarra>
<!-- org.hibernate -->
<version.hibernate.orm>7.4.2.Final</version.hibernate.orm>
- <version.hibernate.validator>9.1.0.Final</version.hibernate.validator>
+ <version.hibernate.validator>9.1.1.Final</version.hibernate.validator>
<!-- Other API and Impl. not in Jakarta EE -->
<version.wss4j>4.0.0</version.wss4j>