diff --git a/agent/build.gradle b/agent/build.gradle index d98b2a6..4288d18 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -56,7 +56,7 @@ dependencies { annotationProcessor 'com.google.auto.service:auto-service:1.0' implementation 'net.bytebuddy:byte-buddy:1.11.19' - implementation 'net.bytebuddy:byte-buddy-agent:1.11.19' + implementation 'net.bytebuddy:byte-buddy-agent:1.14.2' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE' compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'