File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id " findbugs"
3
3
id " checkstyle"
4
4
id " jacoco"
5
- id " io.spring.dependency-management" version " 1.0.3 .RELEASE"
5
+ id " io.spring.dependency-management" version " 1.0.4 .RELEASE"
6
6
}
7
7
apply plugin : " io.freefair.maven-jars"
8
8
apply plugin : " io.freefair.javadoc-links"
@@ -18,7 +18,7 @@ compileJava.dependsOn(processResources)
18
18
19
19
dependencyManagement {
20
20
imports {
21
- mavenBom ' org.springframework.boot:spring-boot-dependencies:2.0.0.RC2 '
21
+ mavenBom ' org.springframework.boot:spring-boot-dependencies:2.0.0.RELEASE '
22
22
}
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ buildscript {
12
12
allprojects {
13
13
repositories {
14
14
jcenter()
15
- maven { url ' http://repo.spring.io/milestone' }
16
15
}
17
16
18
17
group = " io.freefair.okhttp-spring-boot"
You can’t perform that action at this time.
0 commit comments