From 01c52f9c9ce56b8f937c9d4d35d1f206e48026ba Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@bioforsk.no> Date: Tue, 4 Oct 2016 11:35:31 -0700 Subject: [PATCH] Updated PostGIS --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a88d270..e538064c 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ <dependency> <groupId>org.postgis</groupId> <artifactId>postgis-jdbc</artifactId> - <version>2.1.0</version> + <version>2.2.2</version> <scope>provided</scope> <type>jar</type> </dependency> -- GitLab