Skip to content

Commit b83f161

Browse files
Update junit-framework monorepo
1 parent 415b9a1 commit b83f161

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
@@ -21,10 +21,10 @@ subprojects {
2121

2222
dependencies {
2323
compileOnly("org.jetbrains:annotations:26.0.2-1")
24-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
25-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
26-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
27-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
24+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.0")
25+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.0")
26+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.0")
27+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.0")
2828
}
2929

3030
tasks.test {

0 commit comments

Comments
 (0)