Skip to content

Commit 758680b

Browse files
committed
change of spring-boot-starter version
1 parent eb71ce7 commit 758680b

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
@@ -87,8 +87,8 @@ sourceCompatibility = 1.8
8787

8888
dependencies {
8989
compile 'org.tensorics:tensorics-core:0.+'
90-
compile (group: 'org.springframework.boot', name: 'spring-boot-starter', version: '1.5.4.RELEASE') { exclude module: "spring-boot-starter-logging" }
91-
testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '1.5.4.RELEASE'
90+
compile (group: 'org.springframework.boot', name: 'spring-boot-starter', version: '1.5.2.RELEASE') { exclude module: "spring-boot-starter-logging" }
91+
testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '1.5.2.RELEASE'
9292
}
9393

9494
sourceSets {

0 commit comments

Comments
 (0)