Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Bump hibernate.version from 5.6.7.Final to 5.6.8.Final (#3199)
Browse files Browse the repository at this point in the history
Bumps `hibernate.version` from 5.6.7.Final to 5.6.8.Final.

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

Updates `hibernate-entitymanager` from 5.6.7.Final to 5.6.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@5.6.7...5.6.8)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate:hibernate-entitymanager
  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 Apr 14, 2022
1 parent 6216d22 commit b899a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<jaxb.impl.version>2.3.5</jaxb.impl.version>
<activation.api.version>1.2.2</activation.api.version>
<slf4j.version>1.7.36</slf4j.version>
<hibernate.version>5.6.7.Final</hibernate.version>
<hibernate.version>5.6.8.Final</hibernate.version>
<jackson2.version>2.13.2</jackson2.version>
<jackson2.databind.version>2.13.2.2</jackson2.databind.version>
<lucene.version>4.6.0</lucene.version>
Expand Down

0 comments on commit b899a15

Please sign in to comment.