diff --git a/agent/build.gradle b/agent/build.gradle index 2a2d4e2..ab42ea3 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -63,7 +63,7 @@ dependencies { annotationProcessor 'com.google.auto.service:auto-service:1.0' implementation 'net.bytebuddy:byte-buddy:1.12.23' - implementation 'net.bytebuddy:byte-buddy-agent:1.12.23' + implementation 'net.bytebuddy:byte-buddy-agent:1.13.0' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE' compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'