From 09336e812a8887a88bcb9b1821499063a2644753 Mon Sep 17 00:00:00 2001 From: RenovateBot <iktvarsling@nibio.no> Date: Thu, 22 Dec 2022 01:01:17 +0100 Subject: [PATCH] chore(deps): update dependency org.hibernate:hibernate-core to v5.6.14.final --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 737e4527..7fb4c549 100755 --- a/pom.xml +++ b/pom.xml @@ -171,7 +171,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> - <version>5.6.3.Final</version> + <version>5.6.14.Final</version> <exclusions> <exclusion> <groupId>org.dom4j</groupId> -- GitLab