浏览代码

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

Bump byte-buddy-android from 1.10.13 to 1.10.14
Andy Scherzinger 5 年之前
父节点
当前提交
a2b95c5766
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -383,7 +383,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.13"
+    androidTestImplementation "net.bytebuddy:byte-buddy-android:1.10.14"
     androidTestImplementation "io.mockk:mockk-android:1.10.0"
     androidTestImplementation 'androidx.arch.core:core-testing:2.0.1'