From 8ee88eb43335e8e842f4f081a62c1728d50904bb Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 22 Jan 2025 08:30:51 +0100 Subject: [PATCH] chore(deps): update dependency org.hibernate:hibernate-core to v6.6.5.final --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3cbc14fb..ba1096f1 100755 --- a/pom.xml +++ b/pom.xml @@ -180,7 +180,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> - <version>6.6.4.Final</version> + <version>6.6.5.Final</version> <exclusions> <exclusion> <groupId>org.dom4j</groupId> -- GitLab