Skip to content

Commit

Permalink
Bump io.ktor:ktor-server-netty from 1.6.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 1.6.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@1.6.7...2.3.8)

---
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 Feb 3, 2024
1 parent fca56a9 commit 9c05c23
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 @@ -50,7 +50,7 @@ static String captureVersion(Dependency dependency) {
}

dependencies {
def ktor_version = captureVersion(implementation("io.ktor:ktor-server-netty:1.6.7"))
def ktor_version = captureVersion(implementation("io.ktor:ktor-server-netty:2.3.8"))
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 9c05c23

Please sign in to comment.