Skip to content
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

Bring Apache HttpComponents dependencies current #116

Closed
kebeda opened this issue Sep 16, 2019 · 1 comment · Fixed by #117
Closed

Bring Apache HttpComponents dependencies current #116

kebeda opened this issue Sep 16, 2019 · 1 comment · Fixed by #117
Labels
difficulty: easy fix is easy in difficulty status: work in progress Twilio or the community is in the process of implementing type: community enhancement feature request not on Twilio's roadmap

Comments

@kebeda
Copy link
Contributor

kebeda commented Sep 16, 2019

Issue Summary

java-http-client 4.1.0 currently depends on org.apache.httpcomponents:httpcore:4.4.4, upgrade this to 4.4.12. It also depends on org.apache.httpcomponents:httpclient:4.5.2, upgrade this to 4.5.10.

This reduces enforcer violations when combined with any of the popular libraries that also depend upon httpcomponents (e.g., aws-java-sdk), and makes it easier to compile/use with Java 11.

Technical details:

  • java-http-client Version: 4.1.0
  • Java Version: 1.8
@thinkingserious thinkingserious added difficulty: easy fix is easy in difficulty status: work in progress Twilio or the community is in the process of implementing type: community enhancement feature request not on Twilio's roadmap labels Nov 8, 2019
@thinkingserious
Copy link
Contributor

Thank you @kebeda!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: easy fix is easy in difficulty status: work in progress Twilio or the community is in the process of implementing type: community enhancement feature request not on Twilio's roadmap
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants