Skip to content

Commit

Permalink
Bump hibernateCoreVersion from 6.4.4.Final to 6.4.5.Final
Browse files Browse the repository at this point in the history
Bumps `hibernateCoreVersion` from 6.4.4.Final to 6.4.5.Final.

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

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

Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.4.4.Final to 6.4.5.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.5/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.4.4...6.4.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-jcache
  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 Ziedelth committed Apr 24, 2024
1 parent be3c077 commit e9b652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val ktorVersion = "2.3.10"
val ktorSwaggerUiVersion = "2.8.0"
val hibernateCoreVersion = "6.4.4.Final"
val hibernateCoreVersion = "6.4.5.Final"
val ehcacheVersion = "3.10.8"
val glassfishJaxbVersion = "4.0.5"
val hibernateSearchVersion = "7.1.1.Final"
Expand Down

0 comments on commit e9b652c

Please sign in to comment.