Skip to content

Commit

Permalink
Bump org.hibernate:hibernate-jpamodelgen from 6.5.0.Final to 6.5.2.Final
Browse files Browse the repository at this point in the history
Bumps [org.hibernate:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) from 6.5.0.Final to 6.5.2.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.2/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.5.0...6.5.2)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and p3t committed Jun 24, 2024
1 parent 331d890 commit 67870af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursorpaging-jpa/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testImplementation("org.testcontainers:junit-jupiter")
testImplementation("org.testcontainers:postgresql")
testImplementation("org.springframework.retry:spring-retry")
testAnnotationProcessor("org.hibernate:hibernate-jpamodelgen:6.5.0.Final")
testAnnotationProcessor("org.hibernate:hibernate-jpamodelgen:6.5.2.Final")
testRuntimeOnly("org.postgresql:postgresql")
}

Expand Down

0 comments on commit 67870af

Please sign in to comment.