Upgrade to Spring boot 1.5.3

This commit is contained in:
Maxime Dor
2017-05-24 00:51:53 +02:00
parent e221352fab
commit d44d6c5408

View File

@@ -27,7 +27,7 @@ buildscript {
} }
dependencies { 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' compile 'commons-io:commons-io:2.5'
// Spring Boot - standalone app // 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 // ed25519 handling
compile 'net.i2p.crypto:eddsa:0.1.0' compile 'net.i2p.crypto:eddsa:0.1.0'