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