Skip to content

Commit fb13c5a

Browse files
Bump net.bytebuddy:byte-buddy-agent in /data-prepper-plugins/opensearch
Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.18.4 to 1.18.10. - [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.18.4...byte-buddy-1.18.10) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b062d2 commit fb13c5a

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
@@ -46,8 +46,8 @@ dependencies {
4646
}
4747
testImplementation testLibs.junit.vintage
4848
testImplementation libs.commons.io
49-
testImplementation 'net.bytebuddy:byte-buddy:1.18.4'
50-
testImplementation 'net.bytebuddy:byte-buddy-agent:1.18.4'
49+
testImplementation 'net.bytebuddy:byte-buddy:1.18.10'
50+
testImplementation 'net.bytebuddy:byte-buddy-agent:1.18.10'
5151
testImplementation testLibs.slf4j.simple
5252
testImplementation project(path: ':data-prepper-test:test-common')
5353
testImplementation 'org.wiremock:wiremock:3.13.2'

0 commit comments

Comments
 (0)