From 089e2915b26a1bb00c10b9008f63c4351804fa46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 18:08:17 +0000 Subject: [PATCH 1/6] Bump com.android.library from 8.9.0 to 8.9.1 Bumps com.android.library from 8.9.0 to 8.9.1. --- updated-dependencies: - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7a0a166..5a2472c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("com.android.application") version "8.9.0" apply false - id("com.android.library") version "8.9.0" apply false + id("com.android.library") version "8.9.1" apply false id("org.jetbrains.kotlin.android") version "2.1.20" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.1.20" apply false } From e956d8f6a0f7300ded204b4e2e8eb45ea03ee9d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 08:58:24 +0000 Subject: [PATCH 2/6] Bump com.android.application from 8.9.0 to 8.9.1 Bumps com.android.application from 8.9.0 to 8.9.1. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5a2472c..aae461d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.9.0" apply false + id("com.android.application") version "8.9.1" apply false id("com.android.library") version "8.9.1" apply false id("org.jetbrains.kotlin.android") version "2.1.20" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.1.20" apply false From fcf62a9f88491aff7239ce9b894e56f086c5a33c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 17:40:49 +0000 Subject: [PATCH 3/6] Bump androidx.compose:compose-bom from 2025.03.00 to 2025.03.01 Bumps androidx.compose:compose-bom from 2025.03.00 to 2025.03.01. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b9356bb..3cd828c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("androidx.core:core-ktx:1.15.0") // Compose BOM (Bill of Materials) - implementation(platform("androidx.compose:compose-bom:2025.03.00")) + implementation(platform("androidx.compose:compose-bom:2025.03.01")) // Compose dependencies implementation("androidx.activity:activity-compose:1.10.1") From 308263a19e2468c3f5bf81cb63e7a5e67f4019b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 18:06:10 +0000 Subject: [PATCH 4/6] Bump androidx.compose.material3:material3 from 1.3.1 to 1.3.2 Bumps androidx.compose.material3:material3 from 1.3.1 to 1.3.2. --- updated-dependencies: - dependency-name: androidx.compose.material3:material3 dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3cd828c..86c67a5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation("androidx.activity:activity-compose:1.10.1") implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-tooling-preview") - implementation("androidx.compose.material3:material3:1.3.1") + implementation("androidx.compose.material3:material3:1.3.2") implementation("androidx.core:core-splashscreen:1.0.1") // Required for preview support From 8bab0ce913d8f829c1e2cb1d833e3ddaff9ddc05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 18:06:11 +0000 Subject: [PATCH 5/6] Bump androidx.compose:compose-bom from 2025.03.01 to 2025.04.00 Bumps androidx.compose:compose-bom from 2025.03.01 to 2025.04.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2025.04.00 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3cd828c..90911c1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("androidx.core:core-ktx:1.15.0") // Compose BOM (Bill of Materials) - implementation(platform("androidx.compose:compose-bom:2025.03.01")) + implementation(platform("androidx.compose:compose-bom:2025.04.00")) // Compose dependencies implementation("androidx.activity:activity-compose:1.10.1") From f6c8cce29604b137680a31b115d63dbe8fedca3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 18:06:15 +0000 Subject: [PATCH 6/6] Bump androidx.core:core-ktx from 1.15.0 to 1.16.0 Bumps androidx.core:core-ktx from 1.15.0 to 1.16.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3cd828c..6664e06 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -36,7 +36,7 @@ android { dependencies { implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.1.20")) - implementation("androidx.core:core-ktx:1.15.0") + implementation("androidx.core:core-ktx:1.16.0") // Compose BOM (Bill of Materials) implementation(platform("androidx.compose:compose-bom:2025.03.01"))