Upgrade to AssertJ 3.13.0

This commit is contained in:
Sam Brannen 2019-07-29 10:10:12 +02:00
parent c72bf10eb9
commit 0ac1a3754e
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ configure(allprojects) { project ->
}
testCompile("io.mockk:mockk:1.9.3")
testCompile("org.hamcrest:hamcrest-all:1.3")
testCompile("org.assertj:assertj-core:3.12.2")
testCompile("org.assertj:assertj-core:3.13.0")
// Pull in the latest JUnit 5 Launcher API and the Vintage engine as well
// so that we can run JUnit 4 tests in IDEs.
testRuntime("org.junit.platform:junit-platform-launcher")