Skip to content

Commit

Permalink
Bump validation-api from 1.0.0.GA to 2.0.1.Final
Browse files Browse the repository at this point in the history
Bumps [validation-api](https://github.com/beanvalidation/beanvalidation-api) from 1.0.0.GA to 2.0.1.Final.
- [Release notes](https://github.com/beanvalidation/beanvalidation-api/releases)
- [Commits](jakartaee/validation@1.0.0.GA...2.0.1.Final)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Apr 28, 2020
1 parent 7e1886f commit 59e574e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ configurations {
dependencies {
implementation "org.slf4j:slf4j-api"
implementation "com.google.guava:guava:28.0-jre"
compileOnly "javax.validation:validation-api:1.0.0.GA"
compileOnly "javax.validation:validation-api:2.0.1.Final"
compileOnly "org.springframework:spring-context"

compileOnly "org.hibernate:hibernate-core:3.6.7.Final"
Expand Down

0 comments on commit 59e574e

Please sign in to comment.