Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-02 04:26:20 +0300
committerGitHub <noreply@github.com>2022-05-02 04:26:20 +0300
commitf4546d1ceb8e2534a9517575c18b91a04dd9ad57 (patch)
treef17aa4d35d1e65a26628b442491eccbde38fa43b
parentddb96e7b1768a0484439ceb3a8217df27d3658cb (diff)
Bump byteBuddyVersion from 1.12.9 to 1.12.10dependabot/gradle/byteBuddyVersion-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>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index fb4bd394fc..e584c54214 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ buildscript {
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.12.3"
powermockVersion = "2.0.9"
- byteBuddyVersion = "1.12.9"
+ byteBuddyVersion = "1.12.10"
espressoVersion = "3.4.0"
workRuntime = "2.7.1"
fidoVersion = "4.1.0"