Skip to content

Commit e407918

Browse files
Bump ktorVersion from 2.1.0 to 2.1.1 (#153)
Bumps `ktorVersion` from 2.1.0 to 2.1.1. Updates `ktor-client-core` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.1.0...2.1.1) Updates `ktor-client-cio` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.1.0...2.1.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31eb208 commit e407918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudkitclient-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ kotlin {
1212

1313
sourceSets {
1414
// Apache 2, https://github.com/ktorio/ktor/releases/latest
15-
val ktorVersion = "2.1.0"
15+
val ktorVersion = "2.1.1"
1616
commonMain {
1717
dependencies {
1818
api("io.ktor:ktor-client-core:$ktorVersion")

0 commit comments

Comments
 (0)