Skip to content

Commit f1c361d

Browse files
fix(deps): update junit5 monorepo to v5.10.2
1 parent 480be7a commit f1c361d

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
@@ -44,7 +44,7 @@ object TestLibs {
4444

4545
object Version {
4646

47-
const val junit5 = "5.7.0"
47+
const val junit5 = "5.10.2"
4848
}
4949

5050
const val junit5Api = "org.junit.jupiter:junit-jupiter-api:${Version.junit5}"

0 commit comments

Comments
 (0)