[Y] Did you test your change with either the sample apps that are included in the repository or with a blank app that uses your change?
Description
This PR fixes the bug #150 in Direct Batch Send where the Content Type boundary was not being added on the request that's sent to ANH.
This PR also upgrades the dependencies httpclient, and httpcore to 5.2 to fix the issue #136 where we throw NoClassDefFoundError due to a mismatch in versions of our internal dependencies.
Things to consider before you submit the PR:
Description
This PR fixes the bug #150 in Direct Batch Send where the Content Type boundary was not being added on the request that's sent to ANH.
This PR also upgrades the dependencies httpclient, and httpcore to 5.2 to fix the issue #136 where we throw NoClassDefFoundError due to a mismatch in versions of our internal dependencies.
Related PRs or issues
150
136