Skip to content

Commit

Permalink
build(deps): Bump ktor from 3.1.0 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps `ktor` from 3.1.0 to 3.1.1.

Updates `io.ktor:ktor-client-cio` 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)

Updates `io.ktor:ktor-client-content-negotiation` 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)

Updates `io.ktor:ktor-client-core` 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)

Updates `io.ktor:ktor-client-logging` 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)

Updates `io.ktor:ktor-client-okhttp` 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)

Updates `io.ktor:ktor-client-websockets` 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)

Updates `io.ktor:ktor-serialization-kotlinx` 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-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-websockets
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-serialization-kotlinx
  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 AChep committed Feb 25, 2025
1 parent e77bd25 commit 7a73cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ktlint = "0.50.0"
ktlintPlugin = "12.1.2"
# /~https://github.com/ktorio/ktor
# Keep in sync with /~https://github.com/Kamel-Media/Kamel/blob/main/gradle/libs.versions.toml#L24
ktor = "3.1.0"
ktor = "3.1.1"
# /~https://github.com/java-native-access/jna
jna = "5.16.0"
# /~https://github.com/osipxd/encrypted-datastore
Expand Down

0 comments on commit 7a73cef

Please sign in to comment.