Răsfoiți Sursa

Bump mockito-core from 2.24.0 to 2.24.5

Bumps [mockito-core](https://github.com/mockito/mockito) from 2.24.0 to 2.24.5.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.24.0...v2.24.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] 6 ani în urmă
părinte
comite
da862a2c59
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -251,7 +251,7 @@ dependencies {
 
     // dependencies for local unit tests
     testImplementation 'junit:junit:4.12'
-    testImplementation 'org.mockito:mockito-core:2.24.0'
+    testImplementation 'org.mockito:mockito-core:2.24.5'
     // dependencies for instrumented tests
     // JUnit4 Rules
     androidTestImplementation 'androidx.test:rules:1.1.1'