Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Bump hibernate.version from 5.6.10.Final to 5.6.11.Final (#24)
Browse files Browse the repository at this point in the history
Bumps `hibernate.version` from 5.6.10.Final to 5.6.11.Final.

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

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

---
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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 31, 2022
1 parent d67729d commit d755fa8
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 @@ -86,7 +86,7 @@ SPDX-License-Identifier: MIT
<hsqldb.version>2.7.0</hsqldb.version>
<postgresql.version>42.5.0</postgresql.version>
<slf4j.version>2.0.0</slf4j.version>
<hibernate.version>5.6.10.Final</hibernate.version>
<hibernate.version>5.6.11.Final</hibernate.version>
<test.junit-jupiter.version>5.9.0</test.junit-jupiter.version>
<test.hamcrest.version>2.2</test.hamcrest.version>
<maven.surefire.version>3.0.0-M7</maven.surefire.version>
Expand Down

0 comments on commit d755fa8

Please sign in to comment.