From 58b991d7ffeb4513a4ecd8912d63458da1135f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 21:03:08 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.18.0 to 1.18.1 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.0 to 1.18.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.18.0...byte-buddy-1.18.1) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api-client/build.gradle.kts | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-client/build.gradle.kts b/api-client/build.gradle.kts index b6ec4419..568d9db7 100644 --- a/api-client/build.gradle.kts +++ b/api-client/build.gradle.kts @@ -94,7 +94,7 @@ dependencies { testImplementation(libs.junitPlatformCommons) testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.0") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.1") testImplementation("org.apache.commons:commons-compress:1.28.0") testImplementation("de.gesellix:testutil:[2025-01-01T01-01-01,)") diff --git a/build.gradle.kts b/build.gradle.kts index 0bc65c24..abb30c7a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ plugins { val dependencyVersions = listOf( "commons-io:commons-io:2.21.0", - "net.bytebuddy:byte-buddy:1.18.0", + "net.bytebuddy:byte-buddy:1.18.1", "org.apache.commons:commons-compress:1.28.0", "org.apiguardian:apiguardian-api:1.1.2", "org.jetbrains:annotations:26.0.2-1",