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 (#14)

* added README

* Bump org.hibernate:hibernate-jpamodelgen from 6.5.0.Final to 6.5.2.Final

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]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: p3t <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and p3t authored Jun 24, 2024
1 parent 69cb794 commit c8be0f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/start_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ jobs:
with:
files: |
./**/build/libs/*
LICENSE
./LICENSE
./README.md
Publish:
needs: [ ReleaseVersion, Build ]
runs-on: ubuntu-latest
Expand Down
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 c8be0f3

Please sign in to comment.