Merge pull request #2254 from nextcloud/renovate/androidx.test-core-1.x

fix(deps): update dependency androidx.test:core to v1.6.1
This commit is contained in:
Andy Scherzinger 2024-06-27 16:55:22 +02:00 committed by GitHub
commit 166fe5854a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,7 +137,7 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
// Testing
testImplementation 'androidx.test:core:1.6.0'
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.12.0'