Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and froks committed Apr 9, 2024
1 parent 67e4eac commit 1097836
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.9"
val ktorVersion = "2.3.10"

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

0 comments on commit 1097836

Please sign in to comment.