From b8831702bceddb38f5e27dd3a21c32151295193f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 05:43:29 +0000 Subject: [PATCH] Bump hibernate-validator-annotation-processor Bumps hibernate-validator-annotation-processor from 6.0.17.Final to 6.1.1.Final. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1cfda22..6bb03ad 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { compile('javax.annotation:javax.annotation-api:1.3.2'); compile('com.fasterxml.jackson.module:jackson-module-jsonSchema:2.10.0.pr1'); compile group: 'org.hibernate.validator', name: 'hibernate-validator', version: '6.0.17.Final' - compile group: 'org.hibernate', name: 'hibernate-validator-annotation-processor', version: '6.0.17.Final' + compile group: 'org.hibernate', name: 'hibernate-validator-annotation-processor', version: '6.1.1.Final' compile group: 'javax.el', name: 'javax.el-api', version: '3.0.0' compile group: 'org.glassfish', name: 'javax.el', version: '3.0.1-b11' compile('org.tmatesoft.svnkit:svnkit:1.10.1')