From fd53386bec659d3117fac67e5a0be25b7ec0ffaf Mon Sep 17 00:00:00 2001 From: RenovateBot <roffe@nibio.no> Date: Thu, 12 Jan 2023 16:15:01 +0100 Subject: [PATCH] chore(deps): 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 d5294afe..e230db68 100755 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-spatial</artifactId> - <version>5.6.14.Final</version> + <version>6.1.6.Final</version> <exclusions> <exclusion> <artifactId>postgresql</artifactId> -- GitLab