From e81f893c9189e1501389805fb7fabb5ccb612e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 11:40:29 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.9.1 to 2.9.3 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.9.1 to 2.9.3. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- githubAppUpdate/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githubAppUpdate/build.gradle b/githubAppUpdate/build.gradle index cef3d4c..af56d63 100644 --- a/githubAppUpdate/build.gradle +++ b/githubAppUpdate/build.gradle @@ -33,7 +33,7 @@ dependencies { exclude group: "androidx.lifecycle", module: "lifecycle-viewmodel-ktx" } api "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2" - api "androidx.lifecycle:lifecycle-runtime-ktx:2.9.1" + api "androidx.lifecycle:lifecycle-runtime-ktx:2.9.3" implementation "com.squareup.okhttp3:logging-interceptor:5.1.0" }