Skip to content

Commit 0489fe2

Browse files
fix(deps): update junit-framework monorepo to v5.14.2
1 parent 1f24fd4 commit 0489fe2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.2")
35+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.2")
3636
}
3737

3838
tasks {

0 commit comments

Comments
 (0)