Skip to content

Commit b116c25

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.0 (#257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 535705a commit b116c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
8686
implementation("net.jodah:failsafe:2.4.4")
8787

88-
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
88+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
8989
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
9090
testImplementation("com.github.tomakehurst:wiremock:2.27.2")
9191
testImplementation("ru.lanwen.wiremock:wiremock-junit5:1.3.1")

0 commit comments

Comments
 (0)