From bf6436bd6c780480264ec5f86d44506bfd54aee4 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 22 Jan 2025 08:30:48 +0100 Subject: [PATCH] chore(deps): update dependency org.hibernate.orm:hibernate-spatial 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..a008a6d4 100755 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ <dependency> <groupId>org.hibernate.orm</groupId> <artifactId>hibernate-spatial</artifactId> - <version>6.6.4.Final</version> + <version>6.6.5.Final</version> <exclusions> <exclusion> <groupId>org.dom4j</groupId> -- GitLab