Skip to content

Commit 60fb601

Browse files
committed
Bump JUnit dependency.
1 parent 936c0e1 commit 60fb601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ object Libraries {
7171

7272
object TestLibraries {
7373
private object Versions {
74-
const val junit4 = "4.13"
74+
const val junit4 = "4.13.1"
7575
const val mockk = "1.10.0"
7676
const val robolectric = "4.4"
7777
const val kluent = "1.14"

0 commit comments

Comments
 (0)