This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 62985d5  Build(deps-dev): Bump 
org.hibernate.validator:hibernate-validator (#540)
62985d5 is described below

commit 62985d522bc20318b2655092dff1b22cc6e64b27
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 14 13:57:41 2026 +0200

    Build(deps-dev): Bump org.hibernate.validator:hibernate-validator (#540)
    
    Bumps 
[org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator)
 from 6.2.3.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/6.2.3.Final...9.1.3.Final)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate.validator:hibernate-validator
      dependency-version: 9.1.2.Final
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 bean-validation/pom.xml | 2 +-
 pom.xml                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bean-validation/pom.xml b/bean-validation/pom.xml
index 1f342b8..e3ada2b 100644
--- a/bean-validation/pom.xml
+++ b/bean-validation/pom.xml
@@ -17,7 +17,7 @@
         <dependency>
             <groupId>org.hibernate.validator</groupId>
             <artifactId>hibernate-validator</artifactId>
-            <version>6.2.3.Final</version>
+            <version>9.1.3.Final</version>
         </dependency>
 
         <dependency>
diff --git a/pom.xml b/pom.xml
index caecbb0..5255f6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
         <log4j2.version>2.26.1</log4j2.version>
         <jetty-plugin.version>11.0.18</jetty-plugin.version>
         <jackson.version>2.22.1</jackson.version>
-        <hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
+        <hibernate-validator.version>9.1.3.Final</hibernate-validator.version>
         <spring-web.version>6.2.12</spring-web.version>
     </properties>
 

Reply via email to