Skip to content

Commit

Permalink
build(deps): bump io.ktor:ktor-server-netty from 2.3.7 to 2.3.8
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) from 2.3.7 to 2.3.8.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.8)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 100d508 commit 18e50a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mps-diff-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {

// implementation(coreLibs.ktor.server.html.builder)
implementationWithoutBundled("io.ktor:ktor-server-html-builder:2.3.7")
implementationWithoutBundled("io.ktor:ktor-server-netty:2.3.7")
implementationWithoutBundled("io.ktor:ktor-server-netty:2.3.8")
implementationWithoutBundled("io.ktor:ktor-server-cors:2.3.7")
implementationWithoutBundled("io.ktor:ktor-server-status-pages:2.3.7")
implementationWithoutBundled("io.github.microutils:kotlin-logging:3.0.5")
Expand Down

0 comments on commit 18e50a8

Please sign in to comment.