Skip to content

Commit

Permalink
update to Spring Boot 2.0.0.M3
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Aug 7, 2017
1 parent e8fd4d8 commit 3c4ce74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

dependencies {
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.0.M1'
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.0.M3'
classpath "io.freefair.gradle:gradle-plugins:0.10.1"
}
}
Expand All @@ -29,7 +29,7 @@ allprojects {
pluginManager.withPlugin('io.spring.dependency-management') {
dependencyManagement {
imports {
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.0.0.M1'
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.0.0.M3'
}
}
}
Expand Down

0 comments on commit 3c4ce74

Please sign in to comment.