Skip to content

Commit a0ab350

Browse files
committed
build with java 18
1 parent 84d1f0b commit a0ab350

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717

1818
<modelVersion>4.0.0</modelVersion>
1919
<artifactId>mqtt-client</artifactId>
20-
<version>0.0.10</version>
20+
<version>0.0.11</version>
2121
<name>MqttClient</name>
2222
<packaging>jar</packaging>
2323

2424
<dependencies>
2525
<dependency>
2626
<groupId>info.unterrainer.commons</groupId>
2727
<artifactId>jre-utils</artifactId>
28-
<version>0.2.11</version>
28+
<version>0.2.13</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>info.unterrainer.commons</groupId>
3232
<artifactId>serialization</artifactId>
33-
<version>0.1.6</version>
33+
<version>0.1.9</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.eclipse.paho</groupId>

0 commit comments

Comments
 (0)