From 42bfc674dd40b6b8857624415ec1e3ee01afd85e Mon Sep 17 00:00:00 2001 From: jericks Date: Tue, 31 Oct 2017 16:47:38 -0700 Subject: [PATCH] Upgrade to spring boot 1.5.8 and geoscript groovy 1.10 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c6c1fcf..9bb84c6 100755 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.7.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.8.RELEASE") } } @@ -54,8 +54,8 @@ dependencies { compile("org.springframework.boot:spring-boot-devtools") compile "org.springframework.boot:spring-boot-starter-web" compile "org.springframework.boot:spring-boot-starter-thymeleaf" - compile 'org.codehaus.groovy:groovy-all:2.4.10' - compile("org.geoscript:geoscript-groovy:1.9.0") { + compile 'org.codehaus.groovy:groovy-all:2.4.12' + compile("org.geoscript:geoscript-groovy:1.10.0") { exclude module: "gt-shapefile" exclude module: "gt-jdbc-postgis" exclude module: "gt-jdbc-h2"