Skip to content

Commit 438f1d9

Browse files
Update junit-framework monorepo (#4715)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cb38aee commit 438f1d9

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
@@ -67,8 +67,8 @@ subprojects {
6767

6868
dependencies {
6969
// Tests
70-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
71-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.3")
70+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
71+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
7272
}
7373

7474
plugins.withId("java") {

0 commit comments

Comments
 (0)