commit | 1e3704aa82ef1c281bc3e16cc437d3073e8f6604 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon May 16 17:02:42 2022 +0000 |
committer | Eliza Margaretha <margaretha@users.noreply.github.com> | Tue May 24 09:17:49 2022 +0200 |
tree | 9eabd16ae8fc5e459f2ddbfabf8b24a87d5baf3c | |
parent | 62e1e67c0f92c278d9f499230163c3143ea60683 [diff] |
Bump hibernate.version from 5.6.8.Final to 5.6.9.Final in /core Bumps `hibernate.version` from 5.6.8.Final to 5.6.9.Final. Updates `hibernate-ehcache` from 5.6.8.Final to 5.6.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.8...5.6.9) Updates `hibernate-jpamodelgen` from 5.6.8.Final to 5.6.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.8...5.6.9) --- 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 fa97e95..2a60db8 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -11,7 +11,7 @@ <spring.version>5.3.20</spring.version> <jersey.version>1.19.4</jersey.version> <jetty.version>9.4.46.v20220331</jetty.version> - <hibernate.version>5.6.8.Final</hibernate.version> + <hibernate.version>5.6.9.Final</hibernate.version> <flyway.version>8.5.10</flyway.version> <log4j.version>[2.17.1,)</log4j.version> <krill.version>[0.60.4,)</krill.version>