From d7212c604d11b822612c903db9ba2e9d50e7229a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 05:05:05 +0000 Subject: [PATCH] Bump hibernate-validator-annotation-processor Bumps [hibernate-validator-annotation-processor](https://github.com/hibernate/hibernate-validator) from 6.1.2.Final to 7.0.1.Final. - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/6.1.2.Final...7.0.1.Final) --- updated-dependencies: - dependency-name: org.hibernate.validator:hibernate-validator-annotation-processor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- picocli-examples/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picocli-examples/build.gradle b/picocli-examples/build.gradle index 9d4f16250..002bb7599 100644 --- a/picocli-examples/build.gradle +++ b/picocli-examples/build.gradle @@ -35,7 +35,7 @@ dependencies { // for the JSR-380 BeanValidation example "javax.validation:validation-api:2.0.0.Final", "org.hibernate.validator:hibernate-validator:6.1.2.Final", - "org.hibernate.validator:hibernate-validator-annotation-processor:6.1.2.Final", + "org.hibernate.validator:hibernate-validator-annotation-processor:7.0.1.Final", "javax.el:javax.el-api:3.0.0", "org.glassfish.web:javax.el:2.2.6" implementation "org.jetbrains.kotlin:kotlin-script-runtime:1.6.0"