diff --git a/agent/build.gradle b/agent/build.gradle index ab42ea3..12bc26d 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -62,7 +62,7 @@ dependencies { compileOnly 'com.google.auto.service:auto-service-annotations:1.0.1' annotationProcessor 'com.google.auto.service:auto-service:1.0' - implementation 'net.bytebuddy:byte-buddy:1.12.23' + implementation 'net.bytebuddy:byte-buddy:1.13.0' implementation 'net.bytebuddy:byte-buddy-agent:1.13.0' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'