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>