Upgrade to MQTT Paho 1.2.2

- fix mock tests for internal client changes
- reduce stop wait for completion time

**cherry-pick to 5.2.x**

* Remove stack trace from test and convert to assertJ
This commit is contained in:
Gary Russell
2020-02-27 16:34:15 -05:00
committed by GitHub
parent 87c8e47a88
commit 2d3d37ecba
3 changed files with 41 additions and 18 deletions

View File

@@ -82,7 +82,7 @@ ext {
mockitoVersion = '3.2.4'
mongoDriverVersion = '4.0.0-beta1'
mysqlVersion = '8.0.19'
pahoMqttClientVersion = '1.2.0'
pahoMqttClientVersion = '1.2.2'
postgresVersion = '42.2.10'
reactorVersion = 'Dysprosium-SR4'
resilience4jVersion = '1.3.1'