diff --git a/sormas-app/app/build.gradle b/sormas-app/app/build.gradle index a77d795a1ad..92965c09aa4 100644 --- a/sormas-app/app/build.gradle +++ b/sormas-app/app/build.gradle @@ -144,7 +144,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'org.hamcrest:hamcrest-core:2.2' testImplementation 'org.hamcrest:hamcrest-library:2.2' - testImplementation 'org.robolectric:robolectric:4.10.3' + testImplementation 'org.robolectric:robolectric:4.11' testImplementation 'org.mockito:mockito-core:5.4.0' androidTestImplementation 'androidx.annotation:annotation:1.5.0' androidTestImplementation 'androidx.test:runner:1.5.2'