diff --git a/agent/build.gradle b/agent/build.gradle index 4fe3591..5bbfaae 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -63,7 +63,7 @@ dependencies { annotationProcessor 'com.google.auto.service:auto-service:1.1.1' implementation 'net.bytebuddy:byte-buddy:1.14.12' - implementation 'net.bytebuddy:byte-buddy-agent:1.14.12' + implementation 'net.bytebuddy:byte-buddy-agent:1.14.13' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE' compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'