Эх сурвалжийг харах

Merge pull request #6320 from nextcloud/dependabot/gradle/net.bytebuddy-byte-buddy-1.10.12

Bump byte-buddy from 1.10.11 to 1.10.12
Andy Scherzinger 5 жил өмнө
parent
commit
0630142792
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -400,7 +400,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.11'
+    androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.12'
 }
 
 configurations.all {