From 4c0291f7688d26231087244d1b2501e965d94853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 15:03:35 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy-agent from 1.17.7 to 1.17.8 Bumps [net.bytebuddy:byte-buddy-agent](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-agent dependency-version: 1.17.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 480ad5f..e47f872 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,8 +71,8 @@ dependencies { } val dependencyVersions = listOf( - "net.bytebuddy:byte-buddy:1.17.7", - "net.bytebuddy:byte-buddy-agent:1.17.7", + "net.bytebuddy:byte-buddy:1.17.8", + "net.bytebuddy:byte-buddy-agent:1.17.8", "org.jetbrains:annotations:26.0.2-1", "org.opentest4j:opentest4j:1.3.0", )