GH-3348: Upgrade to MQTT Paho-1.2.4

Fixed https://github.com/spring-projects/spring-integration/issues/3348

**Cherry-pick to 5.3.x, 5.2.x & 5.1.x**
This commit is contained in:
Artem Bilan
2020-07-21 10:09:08 -04:00
parent 492f0bfee3
commit c278d91a4b

View File

@@ -86,7 +86,7 @@ ext {
mockitoVersion = '3.3.3'
mongoDriverVersion = '4.0.4'
mysqlVersion = '8.0.20'
pahoMqttClientVersion = '1.2.2'
pahoMqttClientVersion = '1.2.4'
postgresVersion = '42.2.14'
reactorVersion = '2020.0.0-M1'
resilience4jVersion = '1.5.0'