Skip to content

Commit 18c6680

Browse files
fix(deps): update junit-framework monorepo to v5.14.1
1 parent 1f24fd4 commit 18c6680

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
@@ -31,8 +31,8 @@ subprojects {
3131

3232
dependencies {
3333
compileOnlyApi("org.jetbrains:annotations:24.1.0")
34-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
35-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
34+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.1")
35+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.1")
3636
}
3737

3838
tasks {

0 commit comments

Comments
 (0)