Skip to content

Commit 60fa229

Browse files
Bump net.bytebuddy:byte-buddy in /data-prepper-plugins/opensearch (#6377)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.8 to 1.18.3. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.17.8...byte-buddy-1.18.3) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c399a65 commit 60fa229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-prepper-plugins/opensearch/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ dependencies {
4343
}
4444
testImplementation testLibs.junit.vintage
4545
testImplementation libs.commons.io
46-
testImplementation 'net.bytebuddy:byte-buddy:1.17.8'
47-
testImplementation 'net.bytebuddy:byte-buddy-agent:1.17.8'
46+
testImplementation 'net.bytebuddy:byte-buddy:1.18.3'
47+
testImplementation 'net.bytebuddy:byte-buddy-agent:1.18.3'
4848
testImplementation testLibs.slf4j.simple
4949
testImplementation project(path: ':data-prepper-test:test-common')
5050
testImplementation 'org.wiremock:wiremock:3.13.2'

0 commit comments

Comments
 (0)