From 5a8bde0b8bec911de041c4de08a6ddbd52832be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:35:31 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy-agent from 1.18.7 to 1.18.8 Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.18.7 to 1.18.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.18.7...byte-buddy-1.18.8) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.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 054cd837..8d83b042 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,8 +14,8 @@ plugins { val dependencyVersions = listOf( "commons-io:commons-io:2.21.0", - "net.bytebuddy:byte-buddy:1.18.7", - "net.bytebuddy:byte-buddy-agent:1.18.7", + "net.bytebuddy:byte-buddy:1.18.8", + "net.bytebuddy:byte-buddy-agent:1.18.8", "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()}",