@@ -99,18 +99,18 @@ If you use Gradle, just include the following inside your `build.gradle(.kts)` f
99
99
100
100
``` groovy
101
101
dependencies {
102
- implementation("com.hivemq:hivemq-mqtt-client:1.3.4 ")
102
+ implementation("com.hivemq:hivemq-mqtt-client:1.3.5 ")
103
103
}
104
104
```
105
105
106
106
For optional features you can choose to include additional modules:
107
107
108
108
``` groovy
109
109
dependencies {
110
- implementation(platform("com.hivemq:hivemq-mqtt-client-websocket:1.3.4 "))
111
- implementation(platform("com.hivemq:hivemq-mqtt-client-proxy:1.3.4 "))
112
- implementation(platform("com.hivemq:hivemq-mqtt-client-epoll:1.3.4 "))
113
- implementation("com.hivemq:hivemq-mqtt-client-reactor:1.3.4 ")
110
+ implementation(platform("com.hivemq:hivemq-mqtt-client-websocket:1.3.5 "))
111
+ implementation(platform("com.hivemq:hivemq-mqtt-client-proxy:1.3.5 "))
112
+ implementation(platform("com.hivemq:hivemq-mqtt-client-epoll:1.3.5 "))
113
+ implementation("com.hivemq:hivemq-mqtt-client-reactor:1.3.5 ")
114
114
}
115
115
```
116
116
@@ -125,7 +125,7 @@ If you use Maven, just include the following inside your `pom.xml` file.
125
125
<dependency >
126
126
<groupId >com.hivemq</groupId >
127
127
<artifactId >hivemq-mqtt-client</artifactId >
128
- <version >1.3.4 </version >
128
+ <version >1.3.5 </version >
129
129
</dependency >
130
130
</dependencies >
131
131
...
@@ -154,31 +154,31 @@ For optional features you can choose to include additional modules:
154
154
<dependency >
155
155
<groupId >com.hivemq</groupId >
156
156
<artifactId >hivemq-mqtt-client-websocket</artifactId >
157
- <version >1.3.4 </version >
157
+ <version >1.3.5 </version >
158
158
<type >pom</type >
159
159
</dependency >
160
160
</dependencies >
161
161
<dependencies >
162
162
<dependency >
163
163
<groupId >com.hivemq</groupId >
164
164
<artifactId >hivemq-mqtt-client-proxy</artifactId >
165
- <version >1.3.4 </version >
165
+ <version >1.3.5 </version >
166
166
<type >pom</type >
167
167
</dependency >
168
168
</dependencies >
169
169
<dependencies >
170
170
<dependency >
171
171
<groupId >com.hivemq</groupId >
172
172
<artifactId >hivemq-mqtt-client-epoll</artifactId >
173
- <version >1.3.4 </version >
173
+ <version >1.3.5 </version >
174
174
<type >pom</type >
175
175
</dependency >
176
176
</dependencies >
177
177
<dependencies >
178
178
<dependency >
179
179
<groupId >com.hivemq</groupId >
180
180
<artifactId >hivemq-mqtt-client-reactor</artifactId >
181
- <version >1.3.4 </version >
181
+ <version >1.3.5 </version >
182
182
</dependency >
183
183
</dependencies >
184
184
...
@@ -196,7 +196,7 @@ To use the shaded version just append `-shaded` to the artifact name.
196
196
197
197
``` groovy
198
198
dependencies {
199
- implementation("com.hivemq:hivemq-mqtt-client-shaded:1.3.4 ")
199
+ implementation("com.hivemq:hivemq-mqtt-client-shaded:1.3.5 ")
200
200
}
201
201
```
202
202
@@ -209,7 +209,7 @@ dependencies {
209
209
<dependency >
210
210
<groupId >com.hivemq</groupId >
211
211
<artifactId >hivemq-mqtt-client-shaded</artifactId >
212
- <version >1.3.4 </version >
212
+ <version >1.3.5 </version >
213
213
</dependency >
214
214
</dependencies >
215
215
...
0 commit comments