-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PLUGIN-1683] Upgrade aws-java-sdk-s3 to 1.12.522, maven-bundle-plugin 3.5.0 #180
[PLUGIN-1683] Upgrade aws-java-sdk-s3 to 1.12.522, maven-bundle-plugin 3.5.0 #180
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash commits before merge.
Also do an E2E test after making the changes suggested from the review.
JIRA - PLUGIN-1683
Changes Made:
AWS SDK Upgrade: Upgraded the AWS SDK (aws-java-sdk-s3) from version 1.11.133 to 1.12.522
Maven Bundle Plugin Upgrade: Upgraded the Maven Bundle Plugin from version 2.5.4 to 3.5.0 as the build failed due to aws-java-sdk-s3 upgrade.
Jackson-Databind Exclusion: Removed the exclusion of Jackson-Databind, previously introduced in PR, as the latest version no longer exhibits any vulnerabilities.
Explicit Transitive Dependencies:
commons-logging:
httpclient:
Verification
mvn dependency:tree
.