From 4b61ee4ec6690362e4d8257aabfc7b58bc09b569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 02:17:08 +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 a2056286a..0a1735c9a 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ ext { commonsHttpClientVersion = '5.4.1' commonsPoolVersion = '2.12.0' hamcrestVersion = '3.0' - hibernateValidationVersion = '8.0.1.Final' + hibernateValidationVersion = '8.0.2.Final' jacksonBomVersion = '2.18.2' jaywayJsonPathVersion = '2.9.0' junit4Version = '4.13.2'