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 e8fd4d8 commit 3c4ce74Copy full SHA for 3c4ce74
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
}
8
9
dependencies {
10
- classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.0.M1'
+ classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.0.M3'
11
classpath "io.freefair.gradle:gradle-plugins:0.10.1"
12
13
@@ -29,7 +29,7 @@ allprojects {
29
pluginManager.withPlugin('io.spring.dependency-management') {
30
dependencyManagement {
31
imports {
32
- mavenBom 'org.springframework.boot:spring-boot-dependencies:2.0.0.M1'
+ mavenBom 'org.springframework.boot:spring-boot-dependencies:2.0.0.M3'
33
34
35
0 commit comments