Skip to content

Commit 74942b4

Browse files
Update junit5 monorepo
1 parent d22e4f4 commit 74942b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ subprojects {
1212
dependencies {
1313
implementation(rootProject)
1414
compileOnly("org.jetbrains:annotations:26.0.2")
15-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
16-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.0")
17-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
18-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.0")
15+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
16+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.1")
17+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.1")
18+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.1")
1919
}
2020

2121
tasks.test {

0 commit comments

Comments
 (0)