Skip to content

Commit

Permalink
Merge pull request #586 from raynigon/dependabot/gradle/org.hibernate…
Browse files Browse the repository at this point in the history
….validator-hibernate-validator-8.0.2.Final

Bump org.hibernate.validator:hibernate-validator from 8.0.1.Final to 8.0.2.Final
  • Loading branch information
mergify[bot] authored Dec 13, 2024
2 parents d3dd6d5 + 4c30088 commit 514e172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-api-validation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies {
implementation project(":unit-api-core")

testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
testImplementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final'
testImplementation 'org.hibernate.validator:hibernate-validator:8.0.2.Final'
testImplementation("org.glassfish:jakarta.el:4.0.2")
}

0 comments on commit 514e172

Please sign in to comment.