From eed483e0314e52eb0688444cf3efd706d5806369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:52:44 +0200 Subject: [PATCH] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx (#44) Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.5 to 2.8.6. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ReepayCheckoutSheetDemo/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReepayCheckoutSheetDemo/build.gradle.kts b/ReepayCheckoutSheetDemo/build.gradle.kts index ff5dfbe..7498db9 100644 --- a/ReepayCheckoutSheetDemo/build.gradle.kts +++ b/ReepayCheckoutSheetDemo/build.gradle.kts @@ -57,7 +57,7 @@ dependencies { implementation("com.google.android.material:material:1.12.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.5") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6") implementation("com.google.code.gson:gson:2.11.0") testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.2.1")