diff --git a/agent/build.gradle b/agent/build.gradle index 68f9f33..31cefa2 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -100,8 +100,8 @@ 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.18.7' - implementation 'net.bytebuddy:byte-buddy-agent:1.18.7' + implementation 'net.bytebuddy:byte-buddy:1.18.8' + implementation 'net.bytebuddy:byte-buddy-agent:1.18.8' compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE' compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'