aws / aws-iot-device-sdk-java

Java SDK for connecting to AWS IoT from a device.
https://aws.amazon.com/iot/sdk/
Apache License 2.0
211 stars 168 forks source link

Update Paho to latest version #186

Closed TwistedTwigleg closed 2 years ago

TwistedTwigleg commented 2 years ago

Description of changes:

Updates Paho from version 1.2.2 (2019) to version 1.2.5 (2020), which is the latest version and seems to be the last version, given there hasn't been another update in a couple years. I tested this change on all the samples to confirm it still works and did not see any issues.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

TwistedTwigleg commented 2 years ago

Thanks! Merging into main...