Skip to content

Commit 64723f8

Browse files
dependency: Update junit-framework monorepo to v5.14.1 (#207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7114b54 commit 64723f8

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
@@ -51,8 +51,8 @@ dependencies {
5151
implementation("com.google.code.gson:gson:2.13.2")
5252

5353
// tests
54-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.0")
55-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.0")
54+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.1")
55+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.1")
5656

5757
// mockwebserver
5858
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")

0 commit comments

Comments
 (0)