Skip to content

Commit

Permalink
fix(deps): update dependency org.hibernate:hibernate-validator-annota…
Browse files Browse the repository at this point in the history
…tion-processor to v8.0.2.final (#3380)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 3e20a9a commit ea50330
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 @@ -188,7 +188,7 @@ project("${rootProject.name}-backend") {

dependencies {

annotationProcessor 'org.hibernate:hibernate-validator-annotation-processor:8.0.1.Final'
annotationProcessor 'org.hibernate:hibernate-validator-annotation-processor:8.0.2.Final'

implementation 'io.dropwizard:dropwizard-core:4.0.11'
implementation 'xyz.morphia.morphia:core:1.4.0'
Expand Down

0 comments on commit ea50330

Please sign in to comment.