From 1807879332eb7efffe4577ede2a50a1ee094c6ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 09:42:17 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.17.5 to 1.17.6 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.5 to 1.17.6. - [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.5...byte-buddy-1.17.6) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- agent/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/build.gradle b/agent/build.gradle index 3484d69556..1ebb774745 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -6,7 +6,7 @@ plugins { } dependencies { - implementation("net.bytebuddy:byte-buddy:1.17.5") + implementation("net.bytebuddy:byte-buddy:1.17.6") // graphql-java itself implementation(rootProject) } diff --git a/build.gradle b/build.gradle index 5d56dae77c..1e6eb5a416 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' - testImplementation 'net.bytebuddy:byte-buddy:1.17.5' + testImplementation 'net.bytebuddy:byte-buddy:1.17.6' testImplementation 'org.objenesis:objenesis:3.4' testImplementation 'org.apache.groovy:groovy:4.0.27"' testImplementation 'org.apache.groovy:groovy-json:4.0.27'