Skip to content

Commit 4313a72

Browse files
Update jackson-databind library. (#9564)
1 parent 6decf56 commit 4313a72

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

dd-java-agent/agent-ci-visibility/civisibility-test-fixtures/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
api group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
99
api group: 'org.freemarker', name: 'freemarker', version: '2.3.31'
1010
api group: 'com.jayway.jsonpath', name: 'json-path', version: '2.8.0'
11-
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0'
11+
api libs.jackson.databind
1212
api group: 'org.msgpack', name: 'jackson-dataformat-msgpack', version: '0.9.6'
1313
api group: 'org.xmlunit', name: 'xmlunit-core', version: '2.10.3'
1414
}

dd-java-agent/agent-crashtracking/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323

2424
testImplementation libs.bundles.junit5
2525
testImplementation libs.bundles.mockito
26+
testImplementation libs.jackson.databind
2627
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: libs.versions.okhttp.legacy.get()
27-
testImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.10'
2828
}
2929

dd-java-agent/agent-profiling/profiling-uploader/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ dependencies {
3333
implementation libs.lz4
3434
implementation libs.aircompressor
3535

36-
testImplementation libs.bundles.junit5
3736
testImplementation project(':dd-java-agent:agent-profiling:profiling-testing')
37+
testImplementation project(':utils:test-utils')
38+
testImplementation libs.bundles.junit5
3839
testImplementation libs.bundles.mockito
40+
testImplementation libs.jackson.databind
3941
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: libs.versions.okhttp.legacy.get()
40-
41-
testImplementation(group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.10')
4242
}
4343

dd-java-agent/appsec/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
2424
testImplementation group: 'com.flipkart.zjsonpatch', name: 'zjsonpatch', version: '0.4.11'
2525
testImplementation libs.logback.classic
26-
testImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0'
26+
testImplementation libs.jackson.databind
2727
}
2828

2929
shadowJar {

dd-java-agent/instrumentation/finatra-2.9/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@ dependencies {
2727
testImplementation project(':dd-java-agent:instrumentation:netty:netty-4.1')
2828

2929
testImplementation group: 'com.twitter', name: 'finatra-http_2.11', version: '19.12.0'
30-
testImplementation(group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.10')
3130
// Required for older versions of finatra on JDKs >= 11
3231
testImplementation group: 'com.sun.activation', name: 'javax.activation', version: '1.2.0'
3332

3433
latestPre207TestImplementation group: 'com.twitter', name: 'finatra-http_2.11', version: '[,20.7.0)'
3534

3635
latestDepTestImplementation group: 'com.twitter', name: 'finatra-http_2.11', version: '+'
37-
latestDepTestImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.11.0'
3836
}
3937

4038
tasks.named("compileLatestDepTestGroovy").configure {

dd-java-agent/instrumentation/jose-jwt/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ addTestSuiteForDir('latestDepTest', 'test')
1212
dependencies {
1313
testImplementation group: 'com.auth0', name: 'java-jwt', version: '4.0.0-beta.0'
1414
testImplementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.24.4'
15-
testImplementation group: 'com.fasterxml.jackson.core', name:'jackson-databind', version:'2.13.2.2'
1615
}

dd-java-agent/instrumentation/junit-4.10/cucumber-junit-4/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626

2727
testImplementation group: 'io.cucumber', name: 'cucumber-java', version: '5.4.0'
2828
testImplementation group: 'io.cucumber', name: 'cucumber-junit', version: '5.4.0'
29-
testImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.1'
29+
testImplementation libs.jackson.databind
3030

3131
latestDepTestImplementation group: 'io.cucumber', name: 'cucumber-java', version: '+'
3232
latestDepTestImplementation group: 'io.cucumber', name: 'cucumber-junit', version: '+'

dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525

2626
testImplementation group: 'io.cucumber', name: 'cucumber-junit-platform-engine', version: '5.4.0'
2727
testImplementation group: 'io.cucumber', name: 'cucumber-java', version: '5.4.0'
28-
testImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.1'
28+
testImplementation libs.jackson.databind
2929

3030
latestDepTestImplementation group: 'io.cucumber', name: 'cucumber-java', version: '+'
3131
latestDepTestImplementation group: 'io.cucumber', name: 'cucumber-junit-platform-engine', version: '+'

dd-java-agent/instrumentation/kafka/kafka-clients-0.11/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
testRuntimeOnly project(':dd-java-agent:instrumentation:java-io')
4646
testRuntimeOnly project(':dd-java-agent:instrumentation:jackson-core')
4747
testRuntimeOnly project(':dd-java-agent:instrumentation:jackson-core:jackson-core-2.8')
48-
testImplementation(group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.10')
48+
testImplementation(group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.11.4')
4949

5050
// Include latest version of kafka itself along with latest version of client libs.
5151
latestDepTestImplementation group: 'org.apache.kafka', name: 'kafka-clients', version: '2.+'
@@ -63,7 +63,7 @@ dependencies {
6363
iastLatestDepTest3RuntimeOnly project(':dd-java-agent:instrumentation:java-io')
6464
iastLatestDepTest3RuntimeOnly project(':dd-java-agent:instrumentation:jackson-core')
6565
iastLatestDepTest3RuntimeOnly project(':dd-java-agent:instrumentation:jackson-core:jackson-core-2.12')
66-
iastLatestDepTest3Implementation(group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.3')
66+
iastLatestDepTest3Implementation(group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.4')
6767
iastLatestDepTest3Implementation project(':dd-java-agent:agent-iast:iast-test-fixtures')
6868

6969
}

dd-java-agent/instrumentation/kafka/kafka-connect-0.11/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
testRuntimeOnly project(':dd-java-agent:instrumentation:java-io')
2020
testRuntimeOnly project(':dd-java-agent:instrumentation:jackson-core')
2121
testRuntimeOnly project(':dd-java-agent:instrumentation:jackson-core:jackson-core-2.8')
22-
testImplementation(group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.10')
22+
testImplementation libs.jackson.databind
2323
testImplementation group: 'org.assertj', name: 'assertj-core', version: '2.9.+'
2424
testImplementation group: 'org.mockito', name: 'mockito-core', version: '2.19.0'
2525
testImplementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.2.3'

0 commit comments

Comments
 (0)