From 7d3f90da50922dc762dd3e7b4024960102921eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 16:58:59 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.17.7 to 1.18.2 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.7 to 1.18.2. - [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.17.7...byte-buddy-1.18.2) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 934b329f..53f38415 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ subprojects { } testRuntimeOnly "org.junit.platform:junit-platform-launcher" - testRuntimeOnly "net.bytebuddy:byte-buddy:1.17.7" + testRuntimeOnly "net.bytebuddy:byte-buddy:1.18.3" // allows Spock to mock classes (in addition to interfaces) testRuntimeOnly "org.objenesis:objenesis:3.4" // Allow Spock to mock classes with constructor arguments