From c02e637b87b8b3384b3119f66e8b5a98d8abe5ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 03:51:41 +0000 Subject: [PATCH] Bump the all group across 1 directory with 4 updates Bumps the all group with 4 updates in the / directory: [io.ktor:ktor-client-okhttp](https://github.com/ktorio/ktor), [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor), com.google.protobuf:protobuf-javalite and [com.airbnb.android:lottie-compose](https://github.com/airbnb/lottie-android). Updates `io.ktor:ktor-client-okhttp` from 3.0.2 to 3.0.3 - [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.0.2 to 3.0.3 - [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.0.2 to 3.0.3 - [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 `com.google.protobuf:protobuf-javalite` from 4.29.1 to 4.29.2 Updates `com.airbnb.android:lottie-compose` from 6.6.1 to 6.6.2 - [Release notes](https://github.com/airbnb/lottie-android/releases) - [Changelog](https://github.com/airbnb/lottie-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/lottie-android/compare/v6.6.1...v6.6.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.ktor:ktor-client-logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: io.ktor:ktor-client-logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.google.protobuf:protobuf-javalite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.airbnb.android:lottie-compose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5cdfee5..12db018 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ wearMinSdk = "25" kotlin = "2.1.0" # https://kotlinlang.org/docs/releases.html#release-details agp = "8.7.3" # https://developer.android.com/studio/releases/gradle-plugin -ktor = "3.0.2" # https://github.com/ktorio/ktor +ktor = "3.0.3" # https://github.com/ktorio/ktor androidxRoom = "2.7.0-alpha12" # https://developer.android.com/jetpack/androidx/releases/room sqlite = "2.5.0-alpha12" # https://developer.android.com/jetpack/androidx/releases/sqlite ksp = "2.1.0-1.0.29" # https://github.com/google/ksp/releases @@ -33,7 +33,7 @@ sqldelight = "2.0.2" # https://github.com/cashapp/sqldelight/releases material = "1.12.0" # https://github.com/material-components/material-components-android activity = "1.8.1" # https://developer.android.com/jetpack/androidx/releases/activity -protobuf = "4.29.1" +protobuf = "4.29.2" [libraries] kotlinGradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } @@ -106,7 +106,7 @@ playServices-wearable = "com.google.android.gms:play-services-wearable:19.0.0" # kotlinx-immutableCollections = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8" # https://github.com/Kotlin/kotlinx.collections.immutable -lottie-compose = "com.airbnb.android:lottie-compose:6.6.1" # https://github.com/airbnb/lottie-android +lottie-compose = "com.airbnb.android:lottie-compose:6.6.2" # https://github.com/airbnb/lottie-android ###