Browse Source

Upgrade to AssertJ 3.13.1

pull/23382/head
Sam Brannen 7 years ago
parent
commit
1f8abef2ce
  1. 2
      build.gradle

2
build.gradle

@ -169,7 +169,7 @@ configure(allprojects) { project -> @@ -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.13.0")
testCompile("org.assertj:assertj-core:3.13.1")
// 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")

Loading…
Cancel
Save