Skip to content

Commit 9e9442f

Browse files
committed
chore: Update Jackson dependency
1 parent 7c03535 commit 9e9442f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ dependencies {
5555
implementation 'net.bytebuddy:byte-buddy:1.14.10'
5656
implementation 'org.apache.commons:commons-lang3:3.10'
5757
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'
58+
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1'
59+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
6060
implementation 'org.slf4j:slf4j-nop:1.7.30'
6161
implementation 'info.picocli:picocli:4.6.1'
6262
implementation 'org.apache.httpcomponents:httpcore-nio:4.4.15'

0 commit comments

Comments
 (0)