Skip to content

Commit 8cc9e03

Browse files
authored
Merge pull request #11 from freefair/feature/springBoot2.0.0.RELEASE
Update Spring Boot to 2.0.0.RELEASE
2 parents ce5e08d + f01de3d commit 8cc9e03

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

autoconfigure/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id "findbugs"
33
id "checkstyle"
44
id "jacoco"
5-
id "io.spring.dependency-management" version "1.0.3.RELEASE"
5+
id "io.spring.dependency-management" version "1.0.4.RELEASE"
66
}
77
apply plugin: "io.freefair.maven-jars"
88
apply plugin: "io.freefair.javadoc-links"
@@ -18,7 +18,7 @@ compileJava.dependsOn(processResources)
1818

1919
dependencyManagement {
2020
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'
2222
}
2323
}
2424

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ buildscript {
1212
allprojects {
1313
repositories {
1414
jcenter()
15-
maven { url 'http://repo.spring.io/milestone' }
1615
}
1716

1817
group = "io.freefair.okhttp-spring-boot"

0 commit comments

Comments
 (0)