diff --git a/data-prepper-plugins/opensearch/build.gradle b/data-prepper-plugins/opensearch/build.gradle index 8f2ab00a5c..d0c38f47ba 100644 --- a/data-prepper-plugins/opensearch/build.gradle +++ b/data-prepper-plugins/opensearch/build.gradle @@ -43,8 +43,8 @@ dependencies { } testImplementation testLibs.junit.vintage testImplementation libs.commons.io - testImplementation 'net.bytebuddy:byte-buddy:1.17.8' - testImplementation 'net.bytebuddy:byte-buddy-agent:1.17.8' + testImplementation 'net.bytebuddy:byte-buddy:1.18.2' + testImplementation 'net.bytebuddy:byte-buddy-agent:1.18.2' testImplementation testLibs.slf4j.simple testImplementation project(path: ':data-prepper-test:test-common') testImplementation 'org.wiremock:wiremock:3.13.2'