From 023e39af0da61de236a3c9eb6124c6783fd938d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:13:00 +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.12.22 to 1.14.0. - [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.12.22...byte-buddy-1.14.0) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy 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 ef2257cc8d..ca47ec4057 100644 --- a/data-prepper-plugins/opensearch/build.gradle +++ b/data-prepper-plugins/opensearch/build.gradle @@ -58,8 +58,8 @@ dependencies { implementation "org.apache.commons:commons-lang3:3.12.0" implementation 'software.amazon.awssdk:apache-client' testImplementation 'commons-io:commons-io:2.11.0' - testImplementation 'net.bytebuddy:byte-buddy:1.12.22' - testImplementation 'net.bytebuddy:byte-buddy-agent:1.12.22' + testImplementation 'net.bytebuddy:byte-buddy:1.14.0' + testImplementation 'net.bytebuddy:byte-buddy-agent:1.14.0' testImplementation 'org.slf4j:slf4j-simple:2.0.6' }