Skip to content

Commit 4b5545d

Browse files
Bump net.bytebuddy:byte-buddy in /data-prepper-plugins/opensearch
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.11 to 1.17.5. - [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.15.11...byte-buddy-1.17.5) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fa5ce7 commit 4b5545d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-prepper-plugins/opensearch/build.gradle

+2-2
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.15.11'
47-
testImplementation 'net.bytebuddy:byte-buddy-agent:1.15.11'
46+
testImplementation 'net.bytebuddy:byte-buddy:1.17.5'
47+
testImplementation 'net.bytebuddy:byte-buddy-agent:1.17.5'
4848
testImplementation testLibs.slf4j.simple
4949
}
5050

0 commit comments

Comments
 (0)