From df6ce7326ce80222ad362e3976ff077461479e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:17:12 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-viewmodel in /sormas-app Bumps androidx.lifecycle:lifecycle-viewmodel from 2.6.1 to 2.6.2. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sormas-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sormas-app/app/build.gradle b/sormas-app/app/build.gradle index 2a91e0fefe8..f003cc56755 100644 --- a/sormas-app/app/build.gradle +++ b/sormas-app/app/build.gradle @@ -126,7 +126,7 @@ dependencies { implementation 'io.reactivex:rxjava:1.3.8' implementation 'com.fasterxml.jackson.core:jackson-core:2.14.2' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.14.2' - implementation 'androidx.lifecycle:lifecycle-viewmodel:2.6.1' + implementation 'androidx.lifecycle:lifecycle-viewmodel:2.6.2' implementation 'androidx.paging:paging-runtime:3.1.1' implementation 'androidx.work:work-runtime-ktx:2.8.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'