Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hibernate-core from 5.4.4.Final to 5.4.24.Final #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump hibernate-core from 5.4.4.Final to 5.4.24.Final
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.4.Final to 5.4.24.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.24/changelog.txt)
- [Commits](hibernate/hibernate-orm@5.4.4...5.4.24)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2022
commit 3f27801a37ee422dd677ee6aad6191baf26c57ae
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<h2.version>1.4.199</h2.version>
<weld-jta.version>3.0.3.Final</weld-jta.version>
<microbean-jpa-cdi.version>0.4.1</microbean-jpa-cdi.version>
<hibernate-core.version>5.4.4.Final</hibernate-core.version>
<hibernate-core.version>5.4.24.Final</hibernate-core.version>
<javax.persistence-api.version>2.2</javax.persistence-api.version>
<microbean-jpa-weld-se.version>0.4.2</microbean-jpa-weld-se.version>
<deltaspike-data-module.version>1.9.1</deltaspike-data-module.version>
Expand Down