Skip to content

Commit 28bd733

Browse files
committed
revert update of jackson (we are stuck on 2.12 due to JAX-RS 1.x)
1 parent 25c4caf commit 28bd733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ dependencies {
6666
implementation 'com.sun.jersey.contribs:jersey-apache-client4:1.19.4'
6767
// 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
6868
// 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'
7171
implementation('com.emc.ecs:object-transform:1.1.0') {
7272
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
7373
}

0 commit comments

Comments
 (0)