Selaa lähdekoodia

Merge pull request #6123 from nextcloud/dependabot/gradle/net.bytebuddy-byte-buddy-1.10.10

Bump byte-buddy from 1.10.5 to 1.10.10
Tobias Kaminsky 5 vuotta sitten
vanhempi
commit
f9d54fe468
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -397,7 +397,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.5'
+    androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.10'
 }
 
 configurations.all {