From 5bed2107b730e928c8e0c356ff971b4c6883700e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 09:12:39 +0000 Subject: [PATCH] chore: bump net.bytebuddy:byte-buddy-agent in /android Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.15.11 to 1.18.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.15.11...byte-buddy-1.18.14) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.14 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index df4bcf4..31c8596 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -146,7 +146,7 @@ configurations.all { // multi-release overlay that this AGP's Jetifier can't parse ("Unsupported // class file major version 68"). 1.15.x is the last line without that overlay // and is still API-compatible with mockito's usage. - force 'net.bytebuddy:byte-buddy:1.15.11' - force 'net.bytebuddy:byte-buddy-agent:1.15.11' + force 'net.bytebuddy:byte-buddy:1.18.14' + force 'net.bytebuddy:byte-buddy-agent:1.18.14' } }