Bump hibernate.version from 5.5.5.Final to 5.5.6 in /full

Bumps `hibernate.version` from 5.5.5.Final to 5.5.6.

Updates `hibernate-entitymanager` from 5.5.5.Final to 5.5.6
- [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.5.5...5.5.6)

Updates `hibernate-jpamodelgen` from 5.5.5.Final to 5.5.6
- [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.5.5...5.5.6)

Updates `hibernate-java8` from 5.5.5.Final to 5.5.6
- [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.5.5...5.5.6)

Updates `hibernate-c3p0` from 5.5.5.Final to 5.5.6
- [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.5.5...5.5.6)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-entitymanager
  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
- dependency-name: org.hibernate:hibernate-java8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate:hibernate-c3p0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Closes #238

Change-Id: I27c58a497b7bcf44f3c6b473878db24c886c97e9
diff --git a/full/pom.xml b/full/pom.xml
index f9cf174..d9d778b 100644
--- a/full/pom.xml
+++ b/full/pom.xml
@@ -8,7 +8,7 @@
 		<java.version>1.8</java.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<jersey.version>1.19.4</jersey.version>
-		<hibernate.version>5.5.5.Final</hibernate.version>
+		<hibernate.version>5.5.6</hibernate.version>
 	</properties>
 	<profiles>
 		<profile>