From 678e9ca965e75f286f0b754fea4efef560bfedd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:41:38 +0000 Subject: [PATCH 1/3] Bump app.cash.turbine:turbine from 1.0.0 to 1.1.0 Bumps [app.cash.turbine:turbine](https://github.com/cashapp/turbine) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/cashapp/turbine/releases) - [Changelog](https://github.com/cashapp/turbine/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/cashapp/turbine/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: app.cash.turbine:turbine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d963892..705cf78 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ sandwich = "2.0.8" retrofitKotlinxSerializationJson = "1.0.0" googleSecretPlugin = "2.0.1" spotless = "6.7.0" -turbine = "1.0.0" +turbine = "1.1.0" junit = "4.13.2" androidx-test-ext-junit = "1.1.5" espresso-core = "3.6.1" From fed67433c464e49d1c6b2928ed879012753c16ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:42:35 +0000 Subject: [PATCH 2/3] Bump com.github.skydoves:compose-stable-marker from 1.0.3 to 1.0.5 Bumps [com.github.skydoves:compose-stable-marker](https://github.com/skydoves/compose-stable-marker) from 1.0.3 to 1.0.5. - [Release notes](https://github.com/skydoves/compose-stable-marker/releases) - [Commits](https://github.com/skydoves/compose-stable-marker/compare/1.0.3...1.0.5) --- updated-dependencies: - dependency-name: com.github.skydoves:compose-stable-marker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d963892..c505536 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ androidxRoom = "2.6.1" androidxTest = "1.5.2" material = "1.12.0" androidxUiAutomator = "2.3.0" -composeStableMarker = "1.0.3" +composeStableMarker = "1.0.5" hilt = "2.52" okhttp = "4.12.0" retrofit = "2.11.0" From f6cd46ff52e762d4c9dfb7a1aeabf5c0c2a33310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:42:37 +0000 Subject: [PATCH 3/3] Bump org.jetbrains.kotlinx:kotlinx-serialization-json Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.6.3 to 1.7.1. - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.6.3...v1.7.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d963892..bba09bd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin = "2.0.10" kotlinxCoroutines = "1.8.1" -kotlinxSerializationJson = "1.6.3" +kotlinxSerializationJson = "1.7.1" ksp = "2.0.10-1.0.24" streamChatSDK = "6.4.4" streamVideoSDK = "1.0.12"