From d859f0ff65fcfe97f1a14aa4555b69de82303d8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:00:20 +0000 Subject: [PATCH] build(deps): bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.3 to 2.8.5. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx 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 03e22141..dfe9acaf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ jacocoAndroid = "0.2.1" junit = "4.13.2" kotlin = "2.0.20" kotlinxCoroutines = "1.9.0" -lifecycleRuntimeKtx = "2.8.3" +lifecycleRuntimeKtx = "2.8.5" mockito = "5.13.0" kotlinGradlePlugin = "1.9.20" mockitoInline = "5.2.0"