Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 2, 2020
1 parent 56a5e0f commit e3f259d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -81,7 +81,7 @@ dependencies {
// 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-annotation-processor', version: '6.1.5.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 e3f259d

Please sign in to comment.