File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments