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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 68d95a3c27 build(deps): bump org.hibernate:hibernate-validator (#2783)
68d95a3c27 is described below

commit 68d95a3c273d92bd0dffa9bb86900b081a1b0ba2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 28 13:01:40 2026 +0200

    build(deps): bump org.hibernate:hibernate-validator (#2783)
    
    Bumps 
[org.hibernate:hibernate-validator](https://github.com/hibernate/hibernate-validator)
 from 7.0.5.Final to 8.0.5.Final.
    - [Release notes](https://github.com/hibernate/hibernate-validator/releases)
    - 
[Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.5.Final/changelog.txt)
    - 
[Commits](https://github.com/hibernate/hibernate-validator/compare/7.0.5.Final...8.0.5.Final)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-validator
      dependency-version: 8.0.5.Final
      dependency-type: direct:production
      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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8aca4d30e6..77e54e5c6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,7 @@
         <narayana.version>5.13.1.Final</narayana.version>
         <hibernate.ejb.version>3.4.0.GA</hibernate.ejb.version>
         <hibernate.version>7.4.4.Final</hibernate.version>
-        <hibernate.validator.version>7.0.5.Final</hibernate.validator.version>
+        <hibernate.validator.version>8.0.5.Final</hibernate.validator.version>
         <httpclient.version>4.5.14</httpclient.version>
         <jansi.version>2.4.3</jansi.version>
         <javassist.version>3.9.0.GA</javassist.version>

Reply via email to