Skip to content

Commit

Permalink
Bump io.ktor:ktor-server-status-pages from 2.3.9 to 2.3.11
Browse files Browse the repository at this point in the history
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](ktorio/ktor@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent 06b1b28 commit 83d65ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 83d65ce

Please sign in to comment.