From d44d6c54087492a1464f071d511c76d4956db7e3 Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Wed, 24 May 2017 00:51:53 +0200 Subject: [PATCH] Upgrade to Spring boot 1.5.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f169a1a..93b9b15 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ buildscript { } dependencies { - classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.4.3.RELEASE' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.5.3.RELEASE' } } @@ -43,7 +43,7 @@ dependencies { compile 'commons-io:commons-io:2.5' // Spring Boot - standalone app - compile 'org.springframework.boot:spring-boot-starter-web:1.4.3.RELEASE' + compile 'org.springframework.boot:spring-boot-starter-web:1.5.3.RELEASE' // ed25519 handling compile 'net.i2p.crypto:eddsa:0.1.0'