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'