From 6c61f403cc499f9e1bfd9e0b6e1b3f195643c247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 09:03:00 +0000 Subject: [PATCH] build(deps): bump net.bytebuddy:byte-buddy from 1.18.10 to 1.18.11 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.10 to 1.18.11. - [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.18.10...byte-buddy-1.18.11) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- cj-btc-cli/build.gradle | 2 +- cj-btc-jsonrpc-integ-test/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index b72555cd..f8a20a53 100644 --- a/build.gradle +++ b/build.gradle @@ -129,7 +129,7 @@ subprojects { exclude module: "groovy-all" } - runtimeOnly "net.bytebuddy:byte-buddy:1.18.10" // Lets Spock mock classes (in addition to interfaces) + runtimeOnly "net.bytebuddy:byte-buddy:1.18.11" // Lets Spock mock classes (in addition to interfaces) runtimeOnly "org.objenesis:objenesis:3.5" // Lets Spock mock classes with constructor arguments } } diff --git a/cj-btc-cli/build.gradle b/cj-btc-cli/build.gradle index 4193abcc..cf4be02d 100644 --- a/cj-btc-cli/build.gradle +++ b/cj-btc-cli/build.gradle @@ -37,7 +37,7 @@ testing { exclude module: "groovy-all" } - runtimeOnly "net.bytebuddy:byte-buddy:1.18.10" + runtimeOnly "net.bytebuddy:byte-buddy:1.18.11" // allows Spock to mock classes (in addition to interfaces) runtimeOnly "org.objenesis:objenesis:3.5" // Allow Spock to mock classes with constructor arguments diff --git a/cj-btc-jsonrpc-integ-test/build.gradle b/cj-btc-jsonrpc-integ-test/build.gradle index a8531aea..b3fc66d6 100644 --- a/cj-btc-jsonrpc-integ-test/build.gradle +++ b/cj-btc-jsonrpc-integ-test/build.gradle @@ -20,7 +20,7 @@ testing { transitive = false } - runtimeOnly "net.bytebuddy:byte-buddy:1.18.10" // Allows Spock to mock classes (in addition to interfaces) + runtimeOnly "net.bytebuddy:byte-buddy:1.18.11" // Allows Spock to mock classes (in addition to interfaces) runtimeOnly "org.objenesis:objenesis:3.5" // Allows Spock to mock classes with constructor arguments runtimeOnly "org.slf4j:slf4j-jdk14:${slf4jVersion}" // Runtime implementation of slf4j }