update third-party libraries

This commit is contained in:
2017-02-05 08:47:30 +01:00
parent 30b92459a7
commit 175a866c90
4 changed files with 5 additions and 325 deletions

View File

@@ -8,7 +8,7 @@ dependencies {
compile project(':performanceDb')
compile project(':pdb-plotting')
compile("org.springframework.boot:spring-boot-starter-web:1.4.2.RELEASE")
compile("org.springframework.boot:spring-boot-starter-web:1.5.1.RELEASE")
testCompile("org.springframework.boot:spring-boot-starter-test:1.4.2.RELEASE")
testCompile("org.springframework.boot:spring-boot-starter-test:1.5.1.RELEASE")
}