We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637f549 commit 5c20c30Copy full SHA for 5c20c30
agent/build.gradle
@@ -53,7 +53,7 @@ dependencies {
53
implementation "org.javassist:javassist:${javassistVersion}"
54
implementation 'org.reflections:reflections:0.10.2'
55
implementation 'net.bytebuddy:byte-buddy:1.14.10'
56
- implementation 'org.apache.commons:commons-lang3:3.10'
+ 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'
59
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
0 commit comments