intuit / QuickBooks-V3-Java-SDK

Java SDK for QuickBooks REST API v3 services
Apache License 2.0
60 stars 142 forks source link

Update org.apache.httpcomponents from 4.5.x to 5.x.x #215

Open kaden-sharpin opened 2 months ago

kaden-sharpin commented 2 months ago

This updates two dependencies:

  1. org.apache.httpcomponents:httpclient:4.5.13 -> org.apache.httpcomponents.client5:httpclient5:5.3.1
  2. org.apache.httpcomponents:httpcore:4.4.12 -> org.apache.httpcomponents.core5:httpcore5:5.2.4

There are many breaking changes between the two versions and the imports changed so a lot of files had to be touched.