commit | 192879b3958be9d8ce2513ab4e4b1cfc3360fedd | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Jul 29 19:03:54 2021 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jul 29 21:21:53 2021 +0200 |
tree | 53d597e12fc2c23ba58732b860c17f7f095b8671 | |
parent | 4d4516ef83996e775be5ce97d02b404c1afec0f2 [diff] |
Bump hibernate.version from 5.4.29.Final to 5.5.5.Final in /core Bumps `hibernate.version` from 5.4.29.Final to 5.5.5.Final. Updates `hibernate-ehcache` from 5.4.29.Final to 5.5.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.4.29...5.5.5) Updates `hibernate-jpamodelgen` from 5.4.29.Final to 5.5.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.4.29...5.5.5) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-ehcache dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate:hibernate-jpamodelgen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Closes #228 Change-Id: I728e374368aa63fb9238b3ae190a634753a2c4e5
diff --git a/core/pom.xml b/core/pom.xml index 19d0c58..ab8db29 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -11,7 +11,7 @@ <spring.version>5.3.9</spring.version> <jersey.version>1.19.4</jersey.version> <jetty.version>9.4.43.v20210629</jetty.version> - <hibernate.version>5.4.29.Final</hibernate.version> + <hibernate.version>5.5.5.Final</hibernate.version> <flyway.version>7.11.4</flyway.version> <log4j.version>2.14.1</log4j.version> <krill.version>[0.59.3,)</krill.version>