Skip to content

Commit eb3fe41

Browse files
fix(deps): update junit-framework monorepo to v6.0.3
1 parent 062d9ac commit eb3fe41

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ dependencies {
2424
compileOnly(gradleApi())
2525
testImplementation(gradleTestKit())
2626

27-
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
28-
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
29-
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
30-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1")
31-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
27+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3")
28+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")
29+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3")
30+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.3")
31+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
3232

3333
testImplementation("org.assertj:assertj-core:3.27.6")
3434
testImplementation("org.cthing:assertj-gradle:3.0.0")

0 commit comments

Comments
 (0)