Pārlūkot izejas kodu

Merge pull request #6380 from nextcloud/dependabot/gradle/net.bytebuddy-byte-buddy-1.10.13

Bump byte-buddy from 1.10.12 to 1.10.13
Tobias Kaminsky 4 gadi atpakaļ
vecāks
revīzija
1edaffeafe
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -389,7 +389,7 @@ dependencies {
     implementation "com.github.stateless4j:stateless4j:2.6.0"
     androidTestImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
     androidTestImplementation "org.mockito:mockito-android:3.3.3"
-    androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.12'
+    androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.13'
 }
 
 spotbugs {