From 704169d699af378d16da0498b361284cf1237be6 Mon Sep 17 00:00:00 2001 From: RenovateBot <roffe@nibio.no> Date: Wed, 3 Jan 2024 01:01:09 +0100 Subject: [PATCH] Update dependency org.hibernate:hibernate-spatial to v6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3dc26bcb..b735cc99 100755 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-spatial</artifactId> - <version>5.6.15.Final</version> + <version>6.4.1.Final</version> <exclusions> <exclusion> <artifactId>postgresql</artifactId> -- GitLab