Skip to content

Commit 4ff25af

Browse files
fix junit version when using bzlmod (#298)
1 parent 7954f30 commit 4ff25af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ maven.install(
2222
"info.picocli:picocli:jar:4.6.3",
2323
"io.insert-koin:koin-core-jvm:3.1.6",
2424
"io.insert-koin:koin-test-junit4:4.0.0",
25-
"junit:junit:5.11.2",
25+
"junit:junit:4.13.2",
2626
"org.apache.commons:commons-pool2:2.11.1",
2727
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2",
2828
"org.mockito.kotlin:mockito-kotlin:5.4.0",

0 commit comments

Comments
 (0)