Skip to content

Commit

Permalink
Update dependency org.hibernate:hibernate-validator to v7.0.5.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 23, 2024
1 parent a5d8c83 commit 8e8e939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-contract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ description = ''

dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version:'2.13.5'
implementation group: 'org.hibernate', name: 'hibernate-validator', version:'7.0.1.Final'
implementation group: 'org.hibernate', name: 'hibernate-validator', version:'7.0.5.Final'

}

0 comments on commit 8e8e939

Please sign in to comment.