Skip to content

Commit

Permalink
Bump hibernate from 6.3.0.Final to 6.3.1.Final in /examples/hibernate (
Browse files Browse the repository at this point in the history
…#1204)

Bumps `hibernate` from 6.3.0.Final to 6.3.1.Final.

Updates `org.hibernate.orm:hibernate-core` from 6.3.0.Final to 6.3.1.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.3.0...6.3.1)

Updates `org.hibernate.orm:hibernate-jcache` from 6.3.0.Final to 6.3.1.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.3.0...6.3.1)

Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.3.0.Final to 6.3.1.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.3.0...6.3.1)

Updates `org.hibernate.orm:hibernate-hikaricp` from 6.3.0.Final to 6.3.1.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.3.0...6.3.1)

---
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
- dependency-name: org.hibernate.orm:hibernate-hikaricp
  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 Sep 21, 2023
1 parent 375af1b commit 89fbad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hibernate/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
caffeine = "3.1.8"
h2 = "2.2.224"
hibernate = "6.3.0.Final"
hibernate = "6.3.1.Final"
junit = "5.10.0"
log4j2 = "2.20.0"
slf4j = "2.0.7"
Expand Down

0 comments on commit 89fbad8

Please sign in to comment.