diff --git a/agent/build.gradle b/agent/build.gradle index 599c4e1..db9c58d 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -55,7 +55,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.21' + implementation 'net.bytebuddy:byte-buddy:1.12.22' implementation 'net.bytebuddy:byte-buddy-agent:1.12.22' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'