From 388222d38e9c95f6e4a787edf5a6bfb6ae811afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:49:57 -0800 Subject: [PATCH] chore(deps): bump net.bytebuddy:byte-buddy from 1.15.10 to 1.16.1 (#81) Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.10 to 1.16.1. - [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.10...byte-buddy-1.16.1) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 889b5b7..a014add 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { testImplementation ('org.mockito:mockito-core:4.11.0') { exclude group: 'net.bytebuddy', module: 'byte-buddy' // mockito 4's version doesn't work with Java 21 } - testImplementation 'net.bytebuddy:byte-buddy:1.15.10' // Use the latest available version + testImplementation 'net.bytebuddy:byte-buddy:1.16.1' // Use the latest available version testImplementation 'org.mockito:mockito-inline:4.11.0' }