Skip to content

Commit 0ac1a37

Browse files
committed
Upgrade to AssertJ 3.13.0
1 parent c72bf10 commit 0ac1a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ configure(allprojects) { project ->
169169
}
170170
testCompile("io.mockk:mockk:1.9.3")
171171
testCompile("org.hamcrest:hamcrest-all:1.3")
172-
testCompile("org.assertj:assertj-core:3.12.2")
172+
testCompile("org.assertj:assertj-core:3.13.0")
173173
// Pull in the latest JUnit 5 Launcher API and the Vintage engine as well
174174
// so that we can run JUnit 4 tests in IDEs.
175175
testRuntime("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)