Skip to content

Commit

Permalink
Bump org.hibernate:hibernate-jpamodelgen from 6.5.0.Final to 6.5.2.Fi…
Browse files Browse the repository at this point in the history
…nal (#19)

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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent ad9a0cc commit 4e42912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursorpaging-examples/webapp-with-maven/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("org.mapstruct:mapstruct:${mapstructVersion}")

annotationProcessor("org.mapstruct:mapstruct-processor:${mapstructVersion}")
annotationProcessor("org.hibernate:hibernate-jpamodelgen:6.5.0.Final")
annotationProcessor("org.hibernate:hibernate-jpamodelgen:6.5.2.Final")

// implementation("org.springframework.boot:spring-boot-starter-data-mongodb")
// implementation("org.springframework.boot:spring-boot-starter-data-mongodb-reactive")
Expand Down

0 comments on commit 4e42912

Please sign in to comment.