Skip to content

Commit

Permalink
Bump io.ktor:ktor-server-netty from 2.3.10 to 2.3.12
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.10 to 2.3.12.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent fa8aa7e commit 5ef84f2
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 @@ -19,7 +19,7 @@ repositories {
dependencies {
implementation("com.typesafe.akka:akka-actor_2.13:2.8.5")
implementation("io.netty:netty-all:4.1.108.Final")
implementation("io.ktor:ktor-server-netty:2.3.10")
implementation("io.ktor:ktor-server-netty:2.3.12")
implementation("io.ktor:ktor-server-core:2.3.10")
implementation("com.google.protobuf:protobuf-java-util:4.26.0")
implementation("com.google.protobuf:protobuf-kotlin:4.26.0")
Expand Down

0 comments on commit 5ef84f2

Please sign in to comment.