We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c03535 commit 9e9442fCopy full SHA for 9e9442f
agent/build.gradle
@@ -55,8 +55,8 @@ dependencies {
55
implementation 'net.bytebuddy:byte-buddy:1.14.10'
56
implementation 'org.apache.commons:commons-lang3:3.10'
57
implementation 'commons-io:commons-io:2.15.1'
58
- implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.2'
59
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
+ implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
60
implementation 'org.slf4j:slf4j-nop:1.7.30'
61
implementation 'info.picocli:picocli:4.6.1'
62
implementation 'org.apache.httpcomponents:httpcore-nio:4.4.15'
0 commit comments