We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3cf87 commit 3077db4Copy full SHA for 3077db4
data-prepper-plugins/opensearch/build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
testImplementation testLibs.junit.vintage
43
testImplementation libs.commons.io
44
testImplementation 'net.bytebuddy:byte-buddy:1.15.11'
45
- testImplementation 'net.bytebuddy:byte-buddy-agent:1.15.11'
+ testImplementation 'net.bytebuddy:byte-buddy-agent:1.17.0'
46
testImplementation testLibs.slf4j.simple
47
}
48
0 commit comments