We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9effcab commit 8cc63e1Copy full SHA for 8cc63e1
agent/build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
implementation 'com.alibaba:fastjson:1.2.83'
53
implementation "org.javassist:javassist:${javassistVersion}"
54
implementation 'org.reflections:reflections:0.10.2'
55
- implementation 'net.bytebuddy:byte-buddy:1.14.10'
+ implementation 'net.bytebuddy:byte-buddy:1.18.4'
56
implementation 'org.apache.commons:commons-lang3:3.20.0'
57
implementation 'commons-io:commons-io:2.15.1'
58
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1'
0 commit comments