We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7eba748 + e85dc46 commit df2c0daCopy full SHA for df2c0da
build.gradle
@@ -62,7 +62,7 @@ repositories {
62
}
63
64
dependencies {
65
- implementation 'com.emc.ecs:smart-client-ecs:3.0.2'
+ implementation 'com.emc.ecs:smart-client-ecs:3.0.3'
66
implementation 'com.sun.jersey.contribs:jersey-apache-client4:1.19.4'
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
// ref: https://github.com/FasterXML/jackson-jaxrs-providers/issues/90#issuecomment-1081368194
0 commit comments