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 c72bf10 commit 0ac1a37Copy full SHA for 0ac1a37
build.gradle
@@ -169,7 +169,7 @@ configure(allprojects) { project ->
169
}
170
testCompile("io.mockk:mockk:1.9.3")
171
testCompile("org.hamcrest:hamcrest-all:1.3")
172
- testCompile("org.assertj:assertj-core:3.12.2")
+ testCompile("org.assertj:assertj-core:3.13.0")
173
// Pull in the latest JUnit 5 Launcher API and the Vintage engine as well
174
// so that we can run JUnit 4 tests in IDEs.
175
testRuntime("org.junit.platform:junit-platform-launcher")
0 commit comments