Skip to content

Commit 99d156b

Browse files
bump org.junit:junit-bom from 5.13.4 to 6.0.1 (via #3180)
1 parent bc2faf9 commit 99d156b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ subprojects {
8484
// latest version that supports java 8
8585
mavenBom("com.vladsch.flexmark:flexmark-all:0.62.2")
8686
mavenBom("io.qameta.allure:allure-bom:2.31.0")
87-
mavenBom("org.junit:junit-bom:5.13.4")
87+
mavenBom("org.junit:junit-bom:6.0.1")
8888
}
8989
dependencies {
9090
dependency("ch.qos.logback:logback-classic:1.3.16")
@@ -141,7 +141,7 @@ subprojects {
141141
systemProperty("org.slf4j.simpleLogger.defaultLogLevel", "debug")
142142
systemProperty("allure.model.indentOutput", "true")
143143
systemProperty("junit.jupiter.execution.parallel.enabled", true)
144-
systemProperty("junit.jupiter.execution.parallel.mode.default", true)
144+
systemProperty("junit.jupiter.execution.parallel.mode.default", "concurrent")
145145
testLogging {
146146
listOf(org.gradle.api.tasks.testing.logging.TestLogEvent.FAILED)
147147
}

0 commit comments

Comments
 (0)