commit | 73898730934c5aa3e7a43e0bf7ed9ae5fa9c5c2b | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Dec 17 17:01:52 2021 +0000 |
committer | Eliza Margaretha <margaretha@users.noreply.github.com> | Mon Jan 03 15:20:15 2022 +0100 |
tree | 095468ad183fb74d8e401130e10e1bc3b5f4c4f4 | |
parent | 8a0672025ee519a993e2b4d7e70b7944d50a17ca [diff] |
Bump hibernate.version from 5.6.1.Final to 5.6.3.Final in /core Bumps `hibernate.version` from 5.6.1.Final to 5.6.3.Final. Updates `hibernate-ehcache` from 5.6.1.Final to 5.6.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.1...5.6.3) Updates `hibernate-jpamodelgen` from 5.6.1.Final to 5.6.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.1...5.6.3) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-ehcache dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate:hibernate-jpamodelgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/core/pom.xml b/core/pom.xml index a501f72..c4e60f0 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -11,7 +11,7 @@ <spring.version>5.3.14</spring.version> <jersey.version>1.19.4</jersey.version> <jetty.version>9.4.44.v20210927</jetty.version> - <hibernate.version>5.6.1.Final</hibernate.version> + <hibernate.version>5.6.3.Final</hibernate.version> <flyway.version>8.0.5</flyway.version> <log4j.version>[2.17.1,)</log4j.version> <krill.version>[0.60.2,)</krill.version>