Skip to content

Commit 3bd321b

Browse files
Bump io.ktor:ktor-server-tests from 2.3.11 to 2.3.12
Bumps [io.ktor:ktor-server-tests](https://github.com/ktorio/ktor) from 2.3.11 to 2.3.12. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-tests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ec01d4 commit 3bd321b

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.11")
8989

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

0 commit comments

Comments
 (0)