We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cf238 commit 3f450ccCopy full SHA for 3f450cc
build.gradle
@@ -90,8 +90,8 @@ sourceCompatibility = JavaVersion.VERSION_1_8
90
91
dependencies {
92
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'
+ compile (group: 'org.springframework.boot', name: 'spring-boot-starter', version: '2.1.0.RELEASE') { exclude module: "spring-boot-starter-logging" }
+ testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.1.0.RELEASE'
95
}
96
97
sourceSets {
0 commit comments