From e54d16d438d6379db8a61744921985c158087604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:15:49 +0000 Subject: [PATCH] build(deps): bump net.bytebuddy:byte-buddy-agent from 1.18.11 to 1.18.12 Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.18.11 to 1.18.12. - [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.11...byte-buddy-1.18.12) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- obs-agent-core/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obs-agent-core/build.gradle b/obs-agent-core/build.gradle index 1609e93..539604f 100644 --- a/obs-agent-core/build.gradle +++ b/obs-agent-core/build.gradle @@ -7,8 +7,8 @@ test { } dependencies { - implementation 'net.bytebuddy:byte-buddy:1.18.11' - implementation 'net.bytebuddy:byte-buddy-agent:1.18.11' + implementation 'net.bytebuddy:byte-buddy:1.18.12' + implementation 'net.bytebuddy:byte-buddy-agent:1.18.12' implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.1' compileOnly 'org.slf4j:slf4j-api:1.7.36' compileOnly 'javax.servlet:javax.servlet-api:4.0.1'