Skip to content

Commit cfae231

Browse files
committed
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11.0
1 parent bdb9be9 commit cfae231

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
@@ -90,7 +90,7 @@ dependencies {
9090
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
9191
implementation("net.jodah:failsafe:2.4.4")
9292

93-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
93+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
9494
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
9595
testImplementation("com.github.tomakehurst:wiremock:2.27.2")
9696
testImplementation("ru.lanwen.wiremock:wiremock-junit5:1.3.1")

0 commit comments

Comments
 (0)