From 8050e0c3637b5f1049b746dd65d0cc7b9f2e34ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 14:50:11 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy in /data-prepper-plugins/opensearch Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.8 to 1.18.2. - [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.8...byte-buddy-1.18.2) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- data-prepper-plugins/opensearch/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-prepper-plugins/opensearch/build.gradle b/data-prepper-plugins/opensearch/build.gradle index 8f2ab00a5c..d0c38f47ba 100644 --- a/data-prepper-plugins/opensearch/build.gradle +++ b/data-prepper-plugins/opensearch/build.gradle @@ -43,8 +43,8 @@ dependencies { } testImplementation testLibs.junit.vintage testImplementation libs.commons.io - testImplementation 'net.bytebuddy:byte-buddy:1.17.8' - testImplementation 'net.bytebuddy:byte-buddy-agent:1.17.8' + testImplementation 'net.bytebuddy:byte-buddy:1.18.2' + testImplementation 'net.bytebuddy:byte-buddy-agent:1.18.2' testImplementation testLibs.slf4j.simple testImplementation project(path: ':data-prepper-test:test-common') testImplementation 'org.wiremock:wiremock:3.13.2'