Przeglądaj źródła

Bump byteBuddyVersion from 1.10.21 to 1.10.22

Bumps `byteBuddyVersion` from 1.10.21 to 1.10.22.

Updates `byte-buddy` from 1.10.21 to 1.10.22
- [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.21...byte-buddy-1.10.22)

Updates `byte-buddy-android` from 1.10.21 to 1.10.22
- [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.21...byte-buddy-1.10.22)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 lat temu
rodzic
commit
4e90fdc16b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -63,7 +63,7 @@ ext {
     mockitoVersion = "3.8.0"
     mockkVersion = "1.10.4"
     powermockVersion = "2.0.9"
-    byteBuddyVersion = "1.10.21"
+    byteBuddyVersion = "1.10.22"
     espressoVersion = "3.3.0"
     workRuntime = "2.5.0"