Skip to content

Commit

Permalink
Merge pull request #57 from paypay/dependabot/gradle/org.hibernate-hi…
Browse files Browse the repository at this point in the history
…bernate-validator-6.1.6.Final

Bump hibernate-validator from 6.1.5.Final to 6.1.6.Final
  • Loading branch information
Shreyansh Pandey committed Oct 2, 2020
2 parents 8c0b364 + ffa7c96 commit 56a5e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -80,7 +80,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.5.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: '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 56a5e0f

Please sign in to comment.