From 5ed0c8c0b949da0c1ee56225c760bf79aaa15fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:53:46 +0000 Subject: [PATCH] Bump the maven-dependencies group with 2 updates Bumps the maven-dependencies group with 2 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator). Updates `ch.qos.logback:logback-classic` from 1.5.34 to 1.5.36 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.34...v_1.5.36) Updates `org.hibernate.validator:hibernate-validator` from 8.0.3.Final to 8.0.4.Final - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.4.Final/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/8.0.3.Final...8.0.4.Final) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.36 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.hibernate.validator:hibernate-validator dependency-version: 8.0.4.Final dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- validation/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index aef73817881..9d1f48545de 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ 4.11 2.22.0 1.5.3 - 1.5.34 + 1.5.36 3.9.16 0.15.1 0.28.4 diff --git a/validation/pom.xml b/validation/pom.xml index 67b039cdd68..6f01cfc2030 100644 --- a/validation/pom.xml +++ b/validation/pom.xml @@ -34,7 +34,7 @@ org.hibernate.validator hibernate-validator - 8.0.3.Final + 8.0.4.Final test