From e905cd239aebcd53fab696b8e2cc0a9722d97f15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:03:56 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.18.8 to 1.18.10 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.8 to 1.18.10. - [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.8...byte-buddy-1.18.10) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api-client/build.gradle.kts | 2 +- build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api-client/build.gradle.kts b/api-client/build.gradle.kts index 7e4a2fc2..b3b5a542 100644 --- a/api-client/build.gradle.kts +++ b/api-client/build.gradle.kts @@ -89,7 +89,7 @@ dependencies { testImplementation(libs.junitPlatformCommons) testImplementation("org.spockframework:spock-core:2.4-groovy-4.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.8") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.10") testImplementation("org.apache.commons:commons-compress:1.28.0") testImplementation("de.gesellix:testutil:[2026-01-01T01-01-01,)") diff --git a/build.gradle.kts b/build.gradle.kts index 686a51af..999e7c00 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,8 +14,8 @@ plugins { val dependencyVersions = listOf( "commons-io:commons-io:2.22.0", - "net.bytebuddy:byte-buddy:1.18.8", - "net.bytebuddy:byte-buddy-agent:1.18.8", + "net.bytebuddy:byte-buddy:1.18.10", + "net.bytebuddy:byte-buddy-agent:1.18.10", "org.jetbrains:annotations:26.1.0", "org.jetbrains.kotlin:kotlin-reflect:${libs.versions.kotlin.get()}", "org.jetbrains.kotlin:kotlin-scripting-jvm:${libs.versions.kotlin.get()}",