Skip to content

Commit

Permalink
Bump io.ktor:ktor-server-netty from 1.6.8 to 2.3.11
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) from 1.6.8 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@1.6.8...2.3.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 11, 2024
1 parent c8c6b7f commit d561913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static String captureVersion(Dependency dependency) {
}

dependencies {
def ktor_version = captureVersion(implementation("io.ktor:ktor-server-netty:1.6.8"))
def ktor_version = captureVersion(implementation("io.ktor:ktor-server-netty:2.3.11"))
implementation "io.ktor:ktor-locations:$ktor_version"
implementation "io.ktor:ktor-jackson:$ktor_version"
implementation "io.ktor:ktor-auth:$ktor_version"
Expand Down

0 comments on commit d561913

Please sign in to comment.