Align with breaking API changes since JUnit 5.0 M4

Closes gh-451
This commit is contained in:
Andy Wilkinson
2017-11-06 21:02:00 +00:00
parent c7fd07576b
commit aedb9a7bab
3 changed files with 8 additions and 9 deletions

View File

@@ -3,8 +3,8 @@ buildscript {
maven { url 'https://repo.spring.io/milestone' }
}
dependencies {
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.0.M1'
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0-M4'
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.0.M6'
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.1'
}
}
@@ -31,7 +31,7 @@ targetCompatibility = 1.8
ext {
snippetsDir = file('build/generated-snippets')
junitJupiterVersion = '5.0.0-M4'
junitJupiterVersion = '5.0.0'
}
ext['spring-restdocs.version'] = '2.0.0.BUILD-SNAPSHOT'