Skip to content

Commit

Permalink
chore(deps): bump io.ktor:ktor-client-core-jvm from 3.1.0 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-client-core-jvm](https://github.com/ktorio/ktor) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/commits)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core-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 Feb 26, 2025
1 parent d7e0b5a commit 7d7f9c9
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 @@ -60,7 +60,7 @@ dependencies {
implementation("com.mojang:brigadier:1.0.18")

implementation("io.ktor:ktor-client-cio:3.1.0").deliver()
implementation("io.ktor:ktor-client-core-jvm:3.1.0").deliver()
implementation("io.ktor:ktor-client-core-jvm:3.1.1").deliver()
implementation("io.ktor:ktor-serialization-kotlinx-json:3.1.1").deliver()
implementation("io.ktor:ktor-client-content-negotiation:3.1.0").deliver()

Expand Down

0 comments on commit 7d7f9c9

Please sign in to comment.