浏览代码

Bump byteBuddyVersion from 1.12.9 to 1.12.10

Bumps `byteBuddyVersion` from 1.12.9 to 1.12.10.

Updates `byte-buddy` from 1.12.9 to 1.12.10
- [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.12.9...byte-buddy-1.12.10)

Updates `byte-buddy-android` from 1.12.9 to 1.12.10
- [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.12.9...byte-buddy-1.12.10)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 年之前
父节点
当前提交
f4546d1ceb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -11,7 +11,7 @@ buildscript {
         mockitoKotlinVersion = "4.0.0"
         mockitoKotlinVersion = "4.0.0"
         mockkVersion = "1.12.3"
         mockkVersion = "1.12.3"
         powermockVersion = "2.0.9"
         powermockVersion = "2.0.9"
-        byteBuddyVersion = "1.12.9"
+        byteBuddyVersion = "1.12.10"
         espressoVersion = "3.4.0"
         espressoVersion = "3.4.0"
         workRuntime = "2.7.1"
         workRuntime = "2.7.1"
         fidoVersion = "4.1.0"
         fidoVersion = "4.1.0"