File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ dependencies {
66
66
implementation ' com.sun.jersey.contribs:jersey-apache-client4:1.19.4'
67
67
// NOTE: Jackson 2.13 dropped support for JAX-RS 1.x, and we use Jersey client 1.x, so we are stuck on Jackson 1.12.x
68
68
// ref: https://github.com/FasterXML/jackson-jaxrs-providers/issues/90#issuecomment-1081368194
69
- implementation ' com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.4 '
70
- implementation ' com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.4 '
69
+ implementation ' com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.7 '
70
+ implementation ' com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.7 '
71
71
implementation(' com.emc.ecs:object-transform:1.1.0' ) {
72
72
exclude group : ' org.slf4j' , module : ' slf4j-log4j12'
73
73
}
You can’t perform that action at this time.
0 commit comments