bump mockito from 5.7.0 to 5.9.0

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-01-21 15:49:05 +01:00
parent e63eca94ff
commit adf1a21afb
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -126,7 +126,7 @@ dependencies {
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.7.0'
testImplementation 'org.mockito:mockito-core:5.9.0'
testImplementation 'org.robolectric:robolectric:4.11.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])