From 7f55622c86cb2eeccbf04cc7ca09f73739921d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 02:57:18 +0000 Subject: [PATCH] Bump org.hibernate:hibernate-validator from 6.2.4.Final to 8.0.1.Final Bumps org.hibernate:hibernate-validator from 6.2.4.Final to 8.0.1.Final. --- updated-dependencies: - dependency-name: org.hibernate:hibernate-validator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b6445e1..0d957ad 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-web:$springBootVersion" implementation "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion" implementation "org.springframework.boot:spring-boot-configuration-processor:$springBootVersion" - implementation "org.hibernate:hibernate-validator:6.2.4.Final" + implementation "org.hibernate:hibernate-validator:8.0.1.Final" implementation "org.springframework.boot:spring-boot-starter-data-jpa:$springBootVersion" implementation "com.google.code.findbugs:jsr305:3.0.2" implementation "com.h2database:h2:2.1.214"