Skip to content

Commit

Permalink
0003338: Upgrade 3rd Party Libraries to avoid security concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichalek committed Dec 12, 2017
1 parent 22a9d89 commit efb556f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions symmetric-client/build.gradle
Expand Up @@ -15,6 +15,9 @@ apply from: symAssembleDir + '/common.gradle'

provided ("com.amazonaws:aws-java-sdk:1.9.17") {
exclude group: 'org.apache.httpcomponents'
exclude group: 'commons-logging'
exclude group: 'com.fasterxml.jackson.core'
exclude group: 'commons-codec'
}
provided 'org.apache.httpcomponents:httpclient:4.5.4' // This is required by com.amazonaws:aws-java-sdk. It is called out here to upgrade the version because of a user's security concerns.

Expand Down

0 comments on commit efb556f

Please sign in to comment.