From 121a35e372ae0fae489318f189c4f90d4b3c4a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:06:18 +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] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c136566..5b6a253 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,8 +71,8 @@ dependencies { } val dependencyVersions = listOf( - "net.bytebuddy:byte-buddy:1.17.5", - "net.bytebuddy:byte-buddy-agent:1.17.5", + "net.bytebuddy:byte-buddy:1.17.6", + "net.bytebuddy:byte-buddy-agent:1.17.6", "org.jetbrains:annotations:26.0.2", "org.opentest4j:opentest4j:1.3.0", )