Skip to content

Commit 3f450cc

Browse files
authored
Updated spring boot to 2.1.0.RELEASE
1 parent c1cf238 commit 3f450cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ sourceCompatibility = JavaVersion.VERSION_1_8
9090

9191
dependencies {
9292
compile 'org.tensorics:tensorics-core:0.+'
93-
compile (group: 'org.springframework.boot', name: 'spring-boot-starter', version: '1.5.9.RELEASE') { exclude module: "spring-boot-starter-logging" }
94-
testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '1.5.9.RELEASE'
93+
compile (group: 'org.springframework.boot', name: 'spring-boot-starter', version: '2.1.0.RELEASE') { exclude module: "spring-boot-starter-logging" }
94+
testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.1.0.RELEASE'
9595
}
9696

9797
sourceSets {

0 commit comments

Comments
 (0)