Skip to content

Commit d21d54c

Browse files
Upgrade: Update junit-framework monorepo to v5.14.2
1 parent 1c737b7 commit d21d54c

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
@@ -24,8 +24,8 @@ dependencies {
2424
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
2525
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1")
2626
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1")
27-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.3")
28-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
27+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.2")
28+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.2")
2929
}
3030

3131
sourceSets {

0 commit comments

Comments
 (0)