From f08a5a4f088d41557c1efd808545afecddc72f18 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Thu, 4 Jan 2024 10:32:36 +0000 Subject: [PATCH] Revert "Merge branch 'renovate/org.hibernate-hibernate-core-6.x' into 'renovate-updates'" This reverts merge request !143 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 181245ac..c7d009dc 100755 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> - <version>6.4.1.Final</version> + <version>5.6.15.Final</version> <exclusions> <exclusion> <groupId>org.dom4j</groupId> -- GitLab