Skip to content

Commit

Permalink
fix(deps): update dependency org.hibernate:hibernate-jpamodelgen to v…
Browse files Browse the repository at this point in the history
…6.6.4.final (#686)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 86211a3 commit cab2b28
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 @@ -290,7 +290,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.hibernate:hibernate-jpamodelgen:6.6.3.Final'
annotationProcessor 'org.hibernate:hibernate-jpamodelgen:6.6.4.Final'

testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
Expand Down

0 comments on commit cab2b28

Please sign in to comment.