Skip to content

Commit

Permalink
chore(deps): bump hibernate.version in /jakarta-data (#2484)
Browse files Browse the repository at this point in the history
Bumps `hibernate.version` from 6.6.0.CR1 to 6.6.0.Final.

Updates `org.hibernate.orm:hibernate-core` from 6.6.0.CR1 to 6.6.0.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.0.CR1...6.6.0)

Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.0.CR1 to 6.6.0.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.0.CR1...6.6.0)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm: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 Aug 15, 2024
1 parent 4ae2c52 commit f68bbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jakarta-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!-- dependencies -->
<quarkus.version>3.13.0</quarkus.version>
<hibernate.version>6.6.0.CR1</hibernate.version>
<hibernate.version>6.6.0.Final</hibernate.version>
<mockito.version>5.12.0</mockito.version>
<lombok.version>1.18.34</lombok.version>
<assertj.version>3.26.3</assertj.version>
Expand Down

0 comments on commit f68bbde

Please sign in to comment.