Skip to content

Commit 867a5f6

Browse files
committed
test with jackson 2.20
1 parent 2bd2a39 commit 867a5f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

java-quickstart/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ dependencies {
55
implementation project(':core-httpclient-impl')
66

77
// implementation group: 'com.google.code.gson', name: 'gson', version: gsonVersion
8-
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.0'
9-
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.0'
10-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
8+
implementation(platform("com.fasterxml.jackson:jackson-bom:2.20.0"))
9+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
1110

1211
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: httpClientVersion
1312
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4jVersion

0 commit comments

Comments
 (0)