Skip to content

Commit 3c4ce74

Browse files
committed
update to Spring Boot 2.0.0.M3
1 parent e8fd4d8 commit 3c4ce74

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
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.0.M1'
10+
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.0.M3'
1111
classpath "io.freefair.gradle:gradle-plugins:0.10.1"
1212
}
1313
}
@@ -29,7 +29,7 @@ allprojects {
2929
pluginManager.withPlugin('io.spring.dependency-management') {
3030
dependencyManagement {
3131
imports {
32-
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.0.0.M1'
32+
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.0.0.M3'
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)