From 1a3b51cfd9d77f8752663b98e9bdcff8decddf5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:24:22 +0000 Subject: [PATCH] Bump org.hibernate.validator:hibernate-validator Bumps the development-dependencies group with 1 update: [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator). Updates `org.hibernate.validator:hibernate-validator` from 8.0.3.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/8.0.3.Final...8.0.5.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator dependency-version: 8.0.5.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6a88cf3054..11f257c272 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ ext { assertjVersion = '3.25.3' awaitilityVersion = '4.2.2' hamcrestVersion = '3.0' - hibernateValidationVersion = '8.0.3.Final' + hibernateValidationVersion = '8.0.5.Final' jacksonBomVersion = '2.18.8' jaywayJsonPathVersion = '2.9.0' junit4Version = '4.13.2'