Sfoglia il codice sorgente

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

Bump byte-buddy-android from 1.10.14 to 1.10.15
Tobias Kaminsky 4 anni fa
parent
commit
803121fd5f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -386,7 +386,7 @@ dependencies {
         exclude group: "net.bytebuddy", module: "byte-buddy-android"
     }
     androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.14'
-    androidTestImplementation "net.bytebuddy:byte-buddy-android:1.10.14"
+    androidTestImplementation "net.bytebuddy:byte-buddy-android:1.10.15"
     androidTestImplementation "io.mockk:mockk-android:1.10.0"
     androidTestImplementation 'androidx.arch.core:core-testing:2.0.1'