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 1ad02954a3 Bump org.hibernate.validator:hibernate-validator
1ad02954a3 is described below

commit 1ad02954a396fdd9ae77620ba57bd6988c52d862
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 1 05:09:12 2025 +0000

    Bump org.hibernate.validator:hibernate-validator
    
    Bumps 
[org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator)
 from 8.0.1.Final to 9.1.0.Final.
    - [Release notes](https://github.com/hibernate/hibernate-validator/releases)
    - 
[Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt)
    - 
[Commits](https://github.com/hibernate/hibernate-validator/compare/8.0.1.Final...9.1.0.Final)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate.validator:hibernate-validator
      dependency-version: 9.1.0.Final
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 c3a6198a0b..2c2c4379ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@
     <version.mojarra>4.0.12</version.mojarra>
     <!-- org.hibernate -->
     <version.hibernate.orm>6.4.3.Final</version.hibernate.orm>
-    <version.hibernate.validator>8.0.1.Final</version.hibernate.validator>
+    <version.hibernate.validator>9.1.0.Final</version.hibernate.validator>
 
     <!-- Other API and Impl. not in Jakarta EE -->
     <version.wss4j>4.0.0</version.wss4j>

Reply via email to