From 36332a4159798d2eded7d63113b83e800c746245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 10:21:52 +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.1.Final to 8.0.2.Final - [Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.2.Final/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/8.0.1.Final...8.0.2.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator 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 2b41c293d..c9de5a0cf 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ ext { assertjVersion = '3.25.3' awaitilityVersion = '4.2.2' hamcrestVersion = '2.2' - hibernateValidationVersion = '8.0.1.Final' + hibernateValidationVersion = '8.0.2.Final' jacksonBomVersion = '2.17.3' jaywayJsonPathVersion = '2.9.0' junit4Version = '4.13.2'