Skip to content

Commit 4984aad

Browse files
Bump net.bytebuddy:byte-buddy in /data-prepper-plugins/opensearch (#6219)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.6 to 1.17.8. - [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.6...byte-buddy-1.17.8) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 290f484 commit 4984aad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.6'
47-
testImplementation 'net.bytebuddy:byte-buddy-agent:1.17.6'
46+
testImplementation 'net.bytebuddy:byte-buddy:1.17.8'
47+
testImplementation 'net.bytebuddy:byte-buddy-agent:1.17.8'
4848
testImplementation testLibs.slf4j.simple
4949
testImplementation project(path: ':data-prepper-test:test-common')
5050
testImplementation 'org.wiremock:wiremock:3.10.0'

0 commit comments

Comments
 (0)