From 46cd89910953d5979397cd096999b18d401aa356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 12:05:08 +0000 Subject: [PATCH] gradle(deps): bump org.hibernate:hibernate-validator Bumps org.hibernate:hibernate-validator from 5.2.5.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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 76f8a26..e13555b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -106,7 +106,7 @@ dependencies { } testImplementation("org.springframework.cloud:spring-cloud-starter-contract-verifier:${property("spring.cloud.contract.version")}") testImplementation("org.springframework.cloud:spring-cloud-contract-spec-kotlin:${property("spring.cloud.contract.version")}") - testImplementation("org.hibernate:hibernate-validator:5.2.5.Final") + testImplementation("org.hibernate:hibernate-validator:8.0.1.Final") // ARCH testing testImplementation("com.tngtech.archunit:archunit-junit5:1.0.1")