Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and froks committed May 28, 2024
1 parent f5e6556 commit 8e4d86a
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 @@ -21,7 +21,7 @@ repositories {
mavenCentral()
}

val ktorVersion = "2.3.10"
val ktorVersion = "2.3.11"

dependencies {
implementation(kotlin("stdlib-jdk8")) // Apache-2.0
Expand Down

0 comments on commit 8e4d86a

Please sign in to comment.