Skip to content

Commit 7d86cb2

Browse files
Merge pull request #23 from o7studios/renovate/junit-framework-monorepo
fix(deps): update junit-framework monorepo
2 parents 8b499cf + 0a49fc5 commit 7d86cb2

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
@@ -22,11 +22,11 @@ dependencies {
2222
compileOnly(gradleApi())
2323
testImplementation(gradleTestKit())
2424

25-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.3")
26-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
27-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.3")
28-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.3")
29-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.3")
25+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
26+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
27+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
28+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
29+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
3030

3131
testImplementation("org.assertj:assertj-core:3.27.3")
3232
testImplementation("org.cthing:assertj-gradle:3.0.0")

0 commit comments

Comments
 (0)