Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Commit b6cbfdb

Browse files
dependency: Update junit-framework monorepo to v5.9.3 (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e807571 commit b6cbfdb

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
@@ -28,9 +28,9 @@ dependencies {
2828

2929
api("org.jetbrains:annotations:24.1.0")
3030

31-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
31+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
3232
testImplementation("nl.jqno.equalsverifier:equalsverifier:3.19.4")
33-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
33+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
3434
}
3535

3636
publishing {

0 commit comments

Comments
 (0)