Bump JUnit5 version to 5.9.1

This commit is contained in:
Valeriy.Vyrva
2022-09-29 13:45:39 +03:00
committed by teamcity
parent 300995209f
commit 9a0e2b08f1
5 changed files with 66 additions and 18 deletions
@@ -89,7 +89,7 @@ dependencies {
testImplementation("org.jetbrains.kotlinx:atomicfu:0.17.1")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.6.2")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.9.1")
}
optInToExperimentalCompilerApi()