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

Bump byte-buddy from 1.10.13 to 1.10.14

Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.10.13 to 1.10.14.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.13...byte-buddy-1.10.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 4 жил өмнө
parent
commit
fcf81e5d89
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -382,7 +382,7 @@ dependencies {
     androidTestImplementation("org.mockito:mockito-android:3.4.6") {
         exclude group: "net.bytebuddy", module: "byte-buddy-android"
     }
-    androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.13'
+    androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.14'
     androidTestImplementation "net.bytebuddy:byte-buddy-android:1.10.13"
     androidTestImplementation "io.mockk:mockk-android:1.10.0"
     androidTestImplementation 'androidx.arch.core:core-testing:2.0.1'