Skip to content

Commit 855d98b

Browse files
jasontedortlrx
authored andcommitted
Upgrade AWS SDK Jackson Databind to 2.6.7.1
The AWS SDK has a transitive dependency on Jackson Databind. While the AWS SDK was recently upgraded, the Jackson Databind dependency was not pulled along with it to the version that the AWS SDK depends on. This commit upgrades the dependencies for discovery-ec2 and repository-s3 plugins to match versions on the AWS SDK transitive dependencies. Relates #27361
1 parent b963d42 commit 855d98b

10 files changed

+8
-8
lines changed

plugins/discovery-ec2/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies {
3333
compile "org.apache.httpcomponents:httpcore:${versions.httpcore}"
3434
compile "commons-logging:commons-logging:${versions.commonslogging}"
3535
compile "commons-codec:commons-codec:${versions.commonscodec}"
36-
compile 'com.fasterxml.jackson.core:jackson-databind:2.5.3'
37-
compile 'com.fasterxml.jackson.core:jackson-annotations:2.5.0'
36+
compile 'com.fasterxml.jackson.core:jackson-databind:2.6.7.1'
37+
compile 'com.fasterxml.jackson.core:jackson-annotations:2.6.0'
3838
}
3939

4040
dependencyLicenses {

plugins/discovery-ec2/licenses/jackson-annotations-2.5.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a0990e2e812ac6639b6ce955c91b13228500476e

plugins/discovery-ec2/licenses/jackson-databind-2.5.3.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
306775aeb5164835a1dcbdf3f945587045cfb3b5

plugins/repository-s3/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dependencies {
3434
compile "org.apache.httpcomponents:httpcore:${versions.httpcore}"
3535
compile "commons-logging:commons-logging:${versions.commonslogging}"
3636
compile "commons-codec:commons-codec:${versions.commonscodec}"
37-
compile "com.fasterxml.jackson.core:jackson-databind:2.5.3"
38-
compile "com.fasterxml.jackson.core:jackson-annotations:2.5.0"
37+
compile 'com.fasterxml.jackson.core:jackson-databind:2.6.7.1'
38+
compile 'com.fasterxml.jackson.core:jackson-annotations:2.6.0'
3939

4040
// HACK: javax.xml.bind was removed from default modules in java 9, so we pull the api in here,
4141
// and whitelist this hack in JarHell

plugins/repository-s3/licenses/jackson-annotations-2.5.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a0990e2e812ac6639b6ce955c91b13228500476e

plugins/repository-s3/licenses/jackson-databind-2.5.3.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
306775aeb5164835a1dcbdf3f945587045cfb3b5

0 commit comments

Comments
 (0)