Skip to content

Commit

Permalink
Bump org.hibernate:hibernate-validator from 7.0.5.Final to 8.0.2.Final
Browse files Browse the repository at this point in the history
Bumps org.hibernate:hibernate-validator from 7.0.5.Final to 8.0.2.Final.

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-validator
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent 17855c0 commit 85f14df
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 @@ -23,7 +23,7 @@ dependencies {
implementation 'jakarta.validation:jakarta.validation-api:3.1.0'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hibernate:hibernate-validator:7.0.5.Final'
testImplementation 'org.hibernate:hibernate-validator:8.0.2.Final'
testImplementation 'org.glassfish:jakarta.el:4.0.2'
testImplementation 'com.pushtorefresh.java-private-constructor-checker:checker:1.2.0'

Expand Down

0 comments on commit 85f14df

Please sign in to comment.