Skip to content

Commit 960e4c7

Browse files
fix(deps): update junit-framework monorepo
1 parent 6394c80 commit 960e4c7

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.2")
26-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.2")
27-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.2")
28-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
29-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2")
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")
3030

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

0 commit comments

Comments
 (0)