Skip to content

Commit

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

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

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

---
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]>
  • Loading branch information
dependabot[bot] authored and hantsy committed Jan 27, 2025
1 parent c50207b commit 2cb601f
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.18.0.CR1</quarkus.version>
<hibernate.version>6.6.4.Final</hibernate.version>
<hibernate.version>6.6.5.Final</hibernate.version>
<mockito.version>5.15.2</mockito.version>
<lombok.version>1.18.36</lombok.version>
<assertj.version>3.27.2</assertj.version>
Expand Down

0 comments on commit 2cb601f

Please sign in to comment.