From 76d988c7a853b74fd3bc4547e532b1397a355a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:47:29 +0000 Subject: [PATCH] chore(deps): bump net.bytebuddy:byte-buddy-agent from 1.14.16 to 1.18.4 Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.14.16 to 1.18.4. - [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.14.16...byte-buddy-1.18.4) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- velocity.extension/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/velocity.extension/build.gradle.kts b/velocity.extension/build.gradle.kts index 79d370258..4611bbd42 100644 --- a/velocity.extension/build.gradle.kts +++ b/velocity.extension/build.gradle.kts @@ -47,8 +47,8 @@ dependencies { implementation("io.netty:netty-transport") implementation("io.netty:netty-handler") - implementation("net.bytebuddy:byte-buddy:1.14.16") - implementation("net.bytebuddy:byte-buddy-agent:1.14.16") + implementation("net.bytebuddy:byte-buddy:1.18.4") + implementation("net.bytebuddy:byte-buddy-agent:1.18.4") implementation("org.tinylog:tinylog-api:2.7.0") implementation("org.tinylog:tinylog-impl:2.7.0") }