diff --git a/agent/build.gradle b/agent/build.gradle index 59db933..9656bf3 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -62,7 +62,7 @@ dependencies { compileOnly 'com.google.auto.service:auto-service-annotations:1.1.1' annotationProcessor 'com.google.auto.service:auto-service:1.1.1' - implementation 'net.bytebuddy:byte-buddy:1.14.14' + implementation 'net.bytebuddy:byte-buddy:1.14.15' implementation 'net.bytebuddy:byte-buddy-agent:1.14.15' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'