From cb702bd2d279fc04faaebf20dadb19ceccff3ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:02:36 +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.2.Final to 8.0.3.Final - [Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.3.Final/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/8.0.2.Final...8.0.3.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator dependency-version: 8.0.3.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 43babb4f7b..c2ccd2bab4 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ ext { commonsHttpClientVersion = '5.4.4' commonsPoolVersion = '2.12.1' hamcrestVersion = '3.0' - hibernateValidationVersion = '8.0.2.Final' + hibernateValidationVersion = '8.0.3.Final' jacksonBomVersion = '2.18.4.1' jaywayJsonPathVersion = '2.9.0' junit4Version = '4.13.2'