Skip to content

Commit 5b43a86

Browse files
Bump ktor_version from 2.3.12 to 3.0.0 (#99)
Bumps `ktor_version` from 2.3.12 to 3.0.0. Updates `io.ktor:ktor-client-core` from 2.3.12 to 3.0.0 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.0) Updates `io.ktor:ktor-client-android` from 2.3.12 to 3.0.0 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.0) Updates `io.ktor:ktor-client-serialization` from 2.3.12 to 3.0.0 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.12...3.0.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-android dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-serialization dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent daf5b91 commit 5b43a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
implementation "androidx.camera:camera-lifecycle:$camerax_version"
6060
implementation "androidx.camera:camera-view:$camerax_version"
6161

62-
def ktor_version = "2.3.12"
62+
def ktor_version = "3.0.0"
6363
implementation "io.ktor:ktor-client-core:$ktor_version"
6464
implementation "io.ktor:ktor-client-android:$ktor_version"
6565
implementation "io.ktor:ktor-client-serialization:$ktor_version"

0 commit comments

Comments
 (0)