Skip to content

Commit 5bf4b92

Browse files
committed
Version to 2024.2
1 parent b9e08ce commit 5bf4b92

File tree

5 files changed

+38
-38
lines changed

5 files changed

+38
-38
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The ideal place for questions or discussions about the HiveMQ Community Edition
5454

5555
=== Quick Start
5656

57-
* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2024.1/hivemq-ce-2024.1.zip[HiveMQ CE binary package].
57+
* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2024.2/hivemq-ce-2024.2.zip[HiveMQ CE binary package].
5858
* Unzip the package.
5959
* Run the run.sh (Linux/OSX) or run.bat (Windows) in the bin folder of the package.
6060

@@ -156,7 +156,7 @@ If you use Maven, include the following code in your `pom.xml` file.
156156
<dependency>
157157
<groupId>com.hivemq</groupId>
158158
<artifactId>hivemq-community-edition-embedded</artifactId>
159-
<version>2024.1</version>
159+
<version>2024.2</version>
160160
</dependency>
161161
</dependencies>
162162
...

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2024.1
1+
version=2024.2

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ eclipse-collections = "11.1.0"
1111
equalsVerifier = "3.14.2"
1212
guava = "32.0.1-jre"
1313
guice = "5.1.0"
14-
hivemq-extensionSdk = "4.24.0"
14+
hivemq-extensionSdk = "4.25.0"
1515
jackson = "2.15.2"
1616
jacoco = "0.8.7"
1717
javassist = "3.29.2-GA"

src/distribution/third-party-licenses/licenses

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,34 @@ HiveMQ uses the following third party libraries:
1111
com.fasterxml.jackson.core:jackson-annotations | 2.15.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
1212
com.fasterxml.jackson.core:jackson-core | 2.15.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
1313
com.fasterxml.jackson.core:jackson-databind | 2.15.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
14-
com.github.oshi:oshi-core | 6.4.3 | MIT | https://spdx.org/licenses/MIT.html
14+
com.github.oshi:oshi-core | 6.4.11 | MIT | https://spdx.org/licenses/MIT.html
1515
com.google.code.findbugs:jsr305 | 3.0.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
1616
com.google.guava:failureaccess | 1.0.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
1717
com.google.guava:guava | 32.0.1-jre | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
1818
com.google.guava:listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
1919
com.google.inject:guice | 5.1.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
2020
com.google.j2objc:j2objc-annotations | 2.8 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
2121
com.sun.activation:jakarta.activation | 1.2.2 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
22-
com.sun.xml.bind:jaxb-impl | 2.3.8 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
22+
com.sun.xml.bind:jaxb-impl | 2.3.9 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
2323
commons-io:commons-io | 2.13.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
24-
io.dropwizard.metrics:metrics-core | 4.2.23 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
25-
io.dropwizard.metrics:metrics-jmx | 4.2.19 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
26-
io.dropwizard.metrics:metrics-logback | 4.2.19 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
24+
io.dropwizard.metrics:metrics-core | 4.2.25 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
25+
io.dropwizard.metrics:metrics-jmx | 4.2.25 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
26+
io.dropwizard.metrics:metrics-logback | 4.2.25 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
2727
io.github.microutils:kotlin-logging | 1.4.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
28-
io.netty:netty-buffer | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
29-
io.netty:netty-codec | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
30-
io.netty:netty-codec-http | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
31-
io.netty:netty-common | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
32-
io.netty:netty-handler | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
33-
io.netty:netty-resolver | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
34-
io.netty:netty-transport | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
35-
io.netty:netty-transport-native-unix-common | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
28+
io.netty:netty-buffer | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
29+
io.netty:netty-codec | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
30+
io.netty:netty-codec-http | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
31+
io.netty:netty-common | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
32+
io.netty:netty-handler | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
33+
io.netty:netty-resolver | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
34+
io.netty:netty-transport | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
35+
io.netty:netty-transport-native-unix-common | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
3636
jakarta.activation:jakarta.activation-api | 1.2.2 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
3737
jakarta.xml.bind:jakarta.xml.bind-api | 2.3.3 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
3838
javax.annotation:javax.annotation-api | 1.3.2 | CDDL-1.1 | https://spdx.org/licenses/CDDL-1.1.html
3939
javax.inject:javax.inject | 1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
40-
net.java.dev.jna:jna | 5.13.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
41-
net.java.dev.jna:jna-platform | 5.13.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
40+
net.java.dev.jna:jna | 5.14.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
41+
net.java.dev.jna:jna-platform | 5.14.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
4242
net.openhft:zero-allocation-hashing | 0.16 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
4343
org.apache.commons:commons-compress | 1.25.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
4444
org.apache.commons:commons-lang3 | 3.12.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
@@ -47,15 +47,15 @@ HiveMQ uses the following third party libraries:
4747
org.bouncycastle:bcutil-jdk18on | 1.75 | MIT | https://www.bouncycastle.org/licence.html
4848
org.eclipse.collections:eclipse-collections | 11.1.0 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
4949
org.eclipse.collections:eclipse-collections-api | 11.1.0 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
50-
org.jctools:jctools-core | 4.0.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
50+
org.jctools:jctools-core | 4.0.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
5151
org.jetbrains.kotlin:kotlin-stdlib | 1.8.22 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
5252
org.jetbrains.kotlin:kotlin-stdlib-common | 1.8.22 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
5353
org.jetbrains.xodus:xodus-compress | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
5454
org.jetbrains.xodus:xodus-environment | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
5555
org.jetbrains.xodus:xodus-openAPI | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
5656
org.jetbrains.xodus:xodus-utils | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
5757
org.rocksdb:rocksdbjni | 7.4.5 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
58-
org.slf4j:jul-to-slf4j | 2.0.7 | MIT | https://spdx.org/licenses/MIT.html
58+
org.slf4j:jul-to-slf4j | 2.0.11 | MIT | https://spdx.org/licenses/MIT.html
5959
org.slf4j:slf4j-api | 2.0.11 | MIT | https://spdx.org/licenses/MIT.html
6060
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
6161

src/distribution/third-party-licenses/licenses.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Third Party Licenses</h2>
8282
</tr>
8383
<tr>
8484
<td>com.github.oshi:oshi-core</td>
85-
<td>6.4.3</td>
85+
<td>6.4.11</td>
8686
<td>MIT</td>
8787
<td>
8888
<a href="https://spdx.org/licenses/MIT.html">https://spdx.org/licenses/MIT.html</a>
@@ -154,7 +154,7 @@ <h2>Third Party Licenses</h2>
154154
</tr>
155155
<tr>
156156
<td>com.sun.xml.bind:jaxb-impl</td>
157-
<td>2.3.8</td>
157+
<td>2.3.9</td>
158158
<td>BSD-3-Clause</td>
159159
<td>
160160
<a href="https://www.eclipse.org/org/documents/edl-v10.php">https://www.eclipse.org/org/documents/edl-v10.php</a>
@@ -172,7 +172,7 @@ <h2>Third Party Licenses</h2>
172172
</tr>
173173
<tr>
174174
<td>io.dropwizard.metrics:metrics-core</td>
175-
<td>4.2.23</td>
175+
<td>4.2.25</td>
176176
<td>Apache-2.0</td>
177177
<td>
178178
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -181,7 +181,7 @@ <h2>Third Party Licenses</h2>
181181
</tr>
182182
<tr>
183183
<td>io.dropwizard.metrics:metrics-jmx</td>
184-
<td>4.2.19</td>
184+
<td>4.2.25</td>
185185
<td>Apache-2.0</td>
186186
<td>
187187
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -190,7 +190,7 @@ <h2>Third Party Licenses</h2>
190190
</tr>
191191
<tr>
192192
<td>io.dropwizard.metrics:metrics-logback</td>
193-
<td>4.2.19</td>
193+
<td>4.2.25</td>
194194
<td>Apache-2.0</td>
195195
<td>
196196
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -208,7 +208,7 @@ <h2>Third Party Licenses</h2>
208208
</tr>
209209
<tr>
210210
<td>io.netty:netty-buffer</td>
211-
<td>4.1.94.Final</td>
211+
<td>4.1.106.Final</td>
212212
<td>Apache-2.0</td>
213213
<td>
214214
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -217,7 +217,7 @@ <h2>Third Party Licenses</h2>
217217
</tr>
218218
<tr>
219219
<td>io.netty:netty-codec</td>
220-
<td>4.1.94.Final</td>
220+
<td>4.1.106.Final</td>
221221
<td>Apache-2.0</td>
222222
<td>
223223
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -226,7 +226,7 @@ <h2>Third Party Licenses</h2>
226226
</tr>
227227
<tr>
228228
<td>io.netty:netty-codec-http</td>
229-
<td>4.1.94.Final</td>
229+
<td>4.1.106.Final</td>
230230
<td>Apache-2.0</td>
231231
<td>
232232
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -235,7 +235,7 @@ <h2>Third Party Licenses</h2>
235235
</tr>
236236
<tr>
237237
<td>io.netty:netty-common</td>
238-
<td>4.1.94.Final</td>
238+
<td>4.1.106.Final</td>
239239
<td>Apache-2.0</td>
240240
<td>
241241
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -244,7 +244,7 @@ <h2>Third Party Licenses</h2>
244244
</tr>
245245
<tr>
246246
<td>io.netty:netty-handler</td>
247-
<td>4.1.94.Final</td>
247+
<td>4.1.106.Final</td>
248248
<td>Apache-2.0</td>
249249
<td>
250250
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -253,7 +253,7 @@ <h2>Third Party Licenses</h2>
253253
</tr>
254254
<tr>
255255
<td>io.netty:netty-resolver</td>
256-
<td>4.1.94.Final</td>
256+
<td>4.1.106.Final</td>
257257
<td>Apache-2.0</td>
258258
<td>
259259
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -262,7 +262,7 @@ <h2>Third Party Licenses</h2>
262262
</tr>
263263
<tr>
264264
<td>io.netty:netty-transport</td>
265-
<td>4.1.94.Final</td>
265+
<td>4.1.106.Final</td>
266266
<td>Apache-2.0</td>
267267
<td>
268268
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -271,7 +271,7 @@ <h2>Third Party Licenses</h2>
271271
</tr>
272272
<tr>
273273
<td>io.netty:netty-transport-native-unix-common</td>
274-
<td>4.1.94.Final</td>
274+
<td>4.1.106.Final</td>
275275
<td>Apache-2.0</td>
276276
<td>
277277
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -316,7 +316,7 @@ <h2>Third Party Licenses</h2>
316316
</tr>
317317
<tr>
318318
<td>net.java.dev.jna:jna</td>
319-
<td>5.13.0</td>
319+
<td>5.14.0</td>
320320
<td>Apache-2.0</td>
321321
<td>
322322
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -325,7 +325,7 @@ <h2>Third Party Licenses</h2>
325325
</tr>
326326
<tr>
327327
<td>net.java.dev.jna:jna-platform</td>
328-
<td>5.13.0</td>
328+
<td>5.14.0</td>
329329
<td>Apache-2.0</td>
330330
<td>
331331
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -406,7 +406,7 @@ <h2>Third Party Licenses</h2>
406406
</tr>
407407
<tr>
408408
<td>org.jctools:jctools-core</td>
409-
<td>4.0.1</td>
409+
<td>4.0.2</td>
410410
<td>Apache-2.0</td>
411411
<td>
412412
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -478,7 +478,7 @@ <h2>Third Party Licenses</h2>
478478
</tr>
479479
<tr>
480480
<td>org.slf4j:jul-to-slf4j</td>
481-
<td>2.0.7</td>
481+
<td>2.0.11</td>
482482
<td>MIT</td>
483483
<td>
484484
<a href="https://spdx.org/licenses/MIT.html">https://spdx.org/licenses/MIT.html</a>

0 commit comments

Comments
 (0)