Skip to content

Commit

Permalink
Bump hibernate-validator from 6.1.6.Final to 6.1.7.Final
Browse files Browse the repository at this point in the history
Bumps hibernate-validator from 6.1.6.Final to 6.1.7.Final.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 17, 2020
1 parent 96a39d0 commit 0c2e8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -82,7 +82,7 @@ dependencies {
compile 'org.apache.commons:commons-lang3:3.11'
// validation
compile group: 'javax.validation', name: 'validation-api', version: '2.0.1.Final'
compile group: 'org.hibernate', name: 'hibernate-validator', version: '6.1.6.Final'
compile group: 'org.hibernate', name: 'hibernate-validator', version: '6.1.7.Final'
compile group: 'org.hibernate', name: 'hibernate-validator-annotation-processor', version: '6.1.6.Final'
compile group: 'javax.el', name: 'javax.el-api', version: '3.0.0'
compile group: 'org.glassfish', name: 'javax.el', version: '3.0.0'
Expand Down

0 comments on commit 0c2e8cb

Please sign in to comment.