From bdab3c4f9915e84872edea22abde5673052348f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 23:24:30 +0000 Subject: [PATCH] Bump hibernate-validator from 6.0.16.Final to 7.0.4.Final Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.0.16.Final to 7.0.4.Final. - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/7.0.4.Final/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/6.0.16.Final...7.0.4.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator: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 96bdee2..1c7aa17 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { api 'org.springframework.cloud:spring-cloud-starter-oauth2:2.2.5.RELEASE' api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.0' api 'org.openapitools:jackson-databind-nullable:0.2.1' - api 'org.hibernate.validator:hibernate-validator:6.0.16.Final' + api 'org.hibernate.validator:hibernate-validator:7.0.4.Final' testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.0' }