mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Bump byteBuddyVersion from 1.12.3 to 1.12.4
Bumps `byteBuddyVersion` from 1.12.3 to 1.12.4. Updates `byte-buddy` from 1.12.3 to 1.12.4 - [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.3...byte-buddy-1.12.4) Updates `byte-buddy-android` from 1.12.3 to 1.12.4 - [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.3...byte-buddy-1.12.4) --- 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>
This commit is contained in:
parent
b6a2e6d8f1
commit
38a2449f5c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ ext {
|
||||||
mockitoVersion = "4.1.0"
|
mockitoVersion = "4.1.0"
|
||||||
mockkVersion = "1.12.1"
|
mockkVersion = "1.12.1"
|
||||||
powermockVersion = "2.0.9"
|
powermockVersion = "2.0.9"
|
||||||
byteBuddyVersion = "1.12.3"
|
byteBuddyVersion = "1.12.4"
|
||||||
espressoVersion = "3.4.0"
|
espressoVersion = "3.4.0"
|
||||||
workRuntime = "2.7.1"
|
workRuntime = "2.7.1"
|
||||||
fidoVersion = "4.1.0"
|
fidoVersion = "4.1.0"
|
||||||
|
|
Loading…
Reference in a new issue