We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d1f0b commit a0ab350Copy full SHA for a0ab350
pom.xml
@@ -17,20 +17,20 @@
17
18
<modelVersion>4.0.0</modelVersion>
19
<artifactId>mqtt-client</artifactId>
20
- <version>0.0.10</version>
+ <version>0.0.11</version>
21
<name>MqttClient</name>
22
<packaging>jar</packaging>
23
24
<dependencies>
25
<dependency>
26
<groupId>info.unterrainer.commons</groupId>
27
<artifactId>jre-utils</artifactId>
28
- <version>0.2.11</version>
+ <version>0.2.13</version>
29
</dependency>
30
31
32
<artifactId>serialization</artifactId>
33
- <version>0.1.6</version>
+ <version>0.1.9</version>
34
35
36
<groupId>org.eclipse.paho</groupId>
0 commit comments