Merge pull request #6979 from nextcloud/dependabot/gradle/net.bytebuddy-byte-buddy-1.10.15

This commit is contained in:
dependabot-preview[bot] 2020-09-21 08:18:27 +00:00 committed by GitHub
commit 4f38a46846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -65,6 +65,7 @@ ext {
butterknifeVersion = "10.2.3"
androidLibraryVersion = "master-SNAPSHOT"
mockitoVersion = "3.5.11"
byteBuddyVersion = "1.10.15"
espressoVersion = "3.3.0"
travisBuild = System.getenv("TRAVIS") == "true"
@ -385,8 +386,8 @@ dependencies {
androidTestImplementation("org.mockito:mockito-android:$mockitoVersion") {
exclude group: "net.bytebuddy", module: "byte-buddy-android"
}
androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.14'
androidTestImplementation "net.bytebuddy:byte-buddy-android:1.10.15"
androidTestImplementation "net.bytebuddy:byte-buddy:$byteBuddyVersion"
androidTestImplementation "net.bytebuddy:byte-buddy-android:$byteBuddyVersion"
androidTestImplementation "io.mockk:mockk-android:1.10.0"
androidTestImplementation 'androidx.arch.core:core-testing:2.0.1'