Skip to content

Commit a5c7283

Browse files
authored
Merge pull request #82 from navikt/dependabot/gradle/io.ktor-ktor-server-tests-2.3.11
Bump io.ktor:ktor-server-tests from 2.3.0 to 2.3.11
2 parents 187d8d9 + 92a21b7 commit a5c7283

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
@@ -88,7 +88,7 @@ dependencies {
8888
implementation("io.ktor:ktor-server-swagger-jvm:2.3.0")
8989

9090
testImplementation("io.mockk:mockk:1.12.4")
91-
testImplementation("io.ktor:ktor-server-tests:2.3.0")
91+
testImplementation("io.ktor:ktor-server-tests:2.3.11")
9292
testImplementation("io.ktor:ktor-client-mock:$ktor_version")
9393
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
9494
}

0 commit comments

Comments
 (0)