From 83d65cefd438bf58182221735593aab2f37b153c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 07:15:02 +0000 Subject: [PATCH] Bump io.ktor:ktor-server-status-pages from 2.3.9 to 2.3.11 Bumps [io.ktor:ktor-server-status-pages](https://github.com/ktorio/ktor) from 2.3.9 to 2.3.11. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.9...2.3.11) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-status-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index aaab880..f9cea4d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { implementation("io.github.oshai:kotlin-logging-jvm:5.1.0") - testImplementation("io.ktor:ktor-server-status-pages:2.3.9") + testImplementation("io.ktor:ktor-server-status-pages:2.3.11") testImplementation("io.ktor:ktor-server-test-host:${ktorVersion}") testImplementation("io.mockk:mockk:1.13.11")