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'