From 415ac6f2c28bc866b056c950b87c02d9588b6577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 13:02:23 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy from 1.17.7 to 1.17.8 Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.7 to 1.17.8. - [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.17.8) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- engine/build.gradle.kts | 2 +- integrationtest/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts index 81a87a5..586e261 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -78,7 +78,7 @@ dependencies { implementation("org.bouncycastle:bcpkix-jdk18on:1.82") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.7") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.8") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") } diff --git a/integrationtest/build.gradle.kts b/integrationtest/build.gradle.kts index ea813e9..b5eb565 100644 --- a/integrationtest/build.gradle.kts +++ b/integrationtest/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { testImplementation(libs.slf4j) testRuntimeOnly(libs.logback) testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.7") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.8") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") } tasks.check.get().shouldRunAfter(project(":engine").tasks.check)