From 90af9a21c3a18eee77d099a85b18d014683ba3dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:16:56 +0000 Subject: [PATCH] Bump androidx.paging:paging-runtime from 3.1.1 to 3.2.1 in /sormas-app Bumps androidx.paging:paging-runtime from 3.1.1 to 3.2.1. --- updated-dependencies: - dependency-name: androidx.paging:paging-runtime dependency-type: direct:production update-type: version-update:semver-minor ... 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..0fed67f7926 100644 --- a/sormas-app/app/build.gradle +++ b/sormas-app/app/build.gradle @@ -127,7 +127,7 @@ dependencies { 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.paging:paging-runtime:3.1.1' + implementation 'androidx.paging:paging-runtime:3.2.1' implementation 'androidx.work:work-runtime-ktx:2.8.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'me.dm7.barcodescanner:zxing:1.9.13'