From bc8d4e86ca53b14332c771e33d59d83702e3538c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 14:56:46 +0000 Subject: [PATCH] Bump org.hibernate.validator:hibernate-validator Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 7.0.5.Final to 8.0.1.Final. - [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/7.0.5.Final...8.0.1.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4c105ca..e0b3655 100644 --- a/build.gradle +++ b/build.gradle @@ -79,8 +79,8 @@ dependencies { compile 'com.fasterxml.jackson.core:jackson-databind:2.13.3' compile 'org.apache.commons:commons-lang3:3.12.0' // validation - compile group: 'org.hibernate.validator', name: 'hibernate-validator', version: '7.0.5.Final' - compile group: 'org.hibernate.validator', name: 'hibernate-validator-annotation-processor', version: '7.0.5.Final' + compile group: 'org.hibernate.validator', name: 'hibernate-validator', version: '8.0.1.Final' + compile group: 'org.hibernate.validator', name: 'hibernate-validator-annotation-processor', version: '8.0.1.Final' compile group: 'jakarta.el', name: 'jakarta.el-api', version: '4.0.0' compile group: 'org.glassfish', name: 'jakarta.el', version: '4.0.2'