diff --git a/data-prepper-plugins/opensearch/build.gradle b/data-prepper-plugins/opensearch/build.gradle index 1cd2f54335..67c2d3d76f 100644 --- a/data-prepper-plugins/opensearch/build.gradle +++ b/data-prepper-plugins/opensearch/build.gradle @@ -42,7 +42,7 @@ dependencies { testImplementation testLibs.junit.vintage testImplementation libs.commons.io testImplementation 'net.bytebuddy:byte-buddy:1.15.11' - testImplementation 'net.bytebuddy:byte-buddy-agent:1.15.11' + testImplementation 'net.bytebuddy:byte-buddy-agent:1.17.0' testImplementation testLibs.slf4j.simple }