We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e646db commit ff53e7aCopy full SHA for ff53e7a
agent/build.gradle
@@ -63,7 +63,7 @@ dependencies {
63
annotationProcessor 'com.google.auto.service:auto-service:1.1.1'
64
65
implementation 'net.bytebuddy:byte-buddy:1.14.18'
66
- implementation 'net.bytebuddy:byte-buddy-agent:1.14.18'
+ implementation 'net.bytebuddy:byte-buddy-agent:1.15.3'
67
68
compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'
69
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'
0 commit comments