Skip to content

Commit

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

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

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

---
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 Nov 30, 2024
1 parent 3eecfe8 commit 8f99d13
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.17.2</quarkus.version>
<hibernate.version>6.6.2.Final</hibernate.version>
<hibernate.version>6.6.3.Final</hibernate.version>
<mockito.version>5.14.2</mockito.version>
<lombok.version>1.18.36</lombok.version>
<assertj.version>3.26.3</assertj.version>
Expand Down

0 comments on commit 8f99d13

Please sign in to comment.