Skip to content

Commit

Permalink
Version to 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ymengesha committed Feb 6, 2024
1 parent b9e08ce commit 5bf4b92
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The ideal place for questions or discussions about the HiveMQ Community Edition

=== Quick Start

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

Expand Down Expand Up @@ -156,7 +156,7 @@ If you use Maven, include the following code in your `pom.xml` file.
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-community-edition-embedded</artifactId>
<version>2024.1</version>
<version>2024.2</version>
</dependency>
</dependencies>
...
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2024.1
version=2024.2
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ eclipse-collections = "11.1.0"
equalsVerifier = "3.14.2"
guava = "32.0.1-jre"
guice = "5.1.0"
hivemq-extensionSdk = "4.24.0"
hivemq-extensionSdk = "4.25.0"
jackson = "2.15.2"
jacoco = "0.8.7"
javassist = "3.29.2-GA"
Expand Down
34 changes: 17 additions & 17 deletions src/distribution/third-party-licenses/licenses
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@ HiveMQ uses the following third party libraries:
com.fasterxml.jackson.core:jackson-annotations | 2.15.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.fasterxml.jackson.core:jackson-core | 2.15.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.fasterxml.jackson.core:jackson-databind | 2.15.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.github.oshi:oshi-core | 6.4.3 | MIT | https://spdx.org/licenses/MIT.html
com.github.oshi:oshi-core | 6.4.11 | MIT | https://spdx.org/licenses/MIT.html
com.google.code.findbugs:jsr305 | 3.0.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.google.guava:failureaccess | 1.0.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.google.guava:guava | 32.0.1-jre | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.google.guava:listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.google.inject:guice | 5.1.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.google.j2objc:j2objc-annotations | 2.8 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
com.sun.activation:jakarta.activation | 1.2.2 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
com.sun.xml.bind:jaxb-impl | 2.3.8 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
com.sun.xml.bind:jaxb-impl | 2.3.9 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
commons-io:commons-io | 2.13.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.dropwizard.metrics:metrics-core | 4.2.23 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.dropwizard.metrics:metrics-jmx | 4.2.19 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.dropwizard.metrics:metrics-logback | 4.2.19 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.dropwizard.metrics:metrics-core | 4.2.25 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.dropwizard.metrics:metrics-jmx | 4.2.25 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.dropwizard.metrics:metrics-logback | 4.2.25 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.github.microutils:kotlin-logging | 1.4.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-buffer | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-codec | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-codec-http | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-common | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-handler | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-resolver | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-transport | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-transport-native-unix-common | 4.1.94.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-buffer | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-codec | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-codec-http | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-common | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-handler | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-resolver | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-transport | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
io.netty:netty-transport-native-unix-common | 4.1.106.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
jakarta.activation:jakarta.activation-api | 1.2.2 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
jakarta.xml.bind:jakarta.xml.bind-api | 2.3.3 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
javax.annotation:javax.annotation-api | 1.3.2 | CDDL-1.1 | https://spdx.org/licenses/CDDL-1.1.html
javax.inject:javax.inject | 1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
net.java.dev.jna:jna | 5.13.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
net.java.dev.jna:jna-platform | 5.13.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
net.java.dev.jna:jna | 5.14.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
net.java.dev.jna:jna-platform | 5.14.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
net.openhft:zero-allocation-hashing | 0.16 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
org.apache.commons:commons-compress | 1.25.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
org.apache.commons:commons-lang3 | 3.12.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
Expand All @@ -47,15 +47,15 @@ HiveMQ uses the following third party libraries:
org.bouncycastle:bcutil-jdk18on | 1.75 | MIT | https://www.bouncycastle.org/licence.html
org.eclipse.collections:eclipse-collections | 11.1.0 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
org.eclipse.collections:eclipse-collections-api | 11.1.0 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
org.jctools:jctools-core | 4.0.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
org.jctools:jctools-core | 4.0.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
org.jetbrains.kotlin:kotlin-stdlib | 1.8.22 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
org.jetbrains.kotlin:kotlin-stdlib-common | 1.8.22 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
org.jetbrains.xodus:xodus-compress | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
org.jetbrains.xodus:xodus-environment | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
org.jetbrains.xodus:xodus-openAPI | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
org.jetbrains.xodus:xodus-utils | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
org.rocksdb:rocksdbjni | 7.4.5 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
org.slf4j:jul-to-slf4j | 2.0.7 | MIT | https://spdx.org/licenses/MIT.html
org.slf4j:jul-to-slf4j | 2.0.11 | MIT | https://spdx.org/licenses/MIT.html
org.slf4j:slf4j-api | 2.0.11 | MIT | https://spdx.org/licenses/MIT.html
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Expand Down
34 changes: 17 additions & 17 deletions src/distribution/third-party-licenses/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>com.github.oshi:oshi-core</td>
<td>6.4.3</td>
<td>6.4.11</td>
<td>MIT</td>
<td>
<a href="https://spdx.org/licenses/MIT.html">https://spdx.org/licenses/MIT.html</a>
Expand Down Expand Up @@ -154,7 +154,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>com.sun.xml.bind:jaxb-impl</td>
<td>2.3.8</td>
<td>2.3.9</td>
<td>BSD-3-Clause</td>
<td>
<a href="https://www.eclipse.org/org/documents/edl-v10.php">https://www.eclipse.org/org/documents/edl-v10.php</a>
Expand All @@ -172,7 +172,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>io.dropwizard.metrics:metrics-core</td>
<td>4.2.23</td>
<td>4.2.25</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand All @@ -181,7 +181,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>io.dropwizard.metrics:metrics-jmx</td>
<td>4.2.19</td>
<td>4.2.25</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand All @@ -190,7 +190,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>io.dropwizard.metrics:metrics-logback</td>
<td>4.2.19</td>
<td>4.2.25</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand All @@ -208,7 +208,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>io.netty:netty-buffer</td>
<td>4.1.94.Final</td>
<td>4.1.106.Final</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand All @@ -217,7 +217,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>io.netty:netty-codec</td>
<td>4.1.94.Final</td>
<td>4.1.106.Final</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand All @@ -226,7 +226,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>io.netty:netty-codec-http</td>
<td>4.1.94.Final</td>
<td>4.1.106.Final</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand All @@ -235,7 +235,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>io.netty:netty-common</td>
<td>4.1.94.Final</td>
<td>4.1.106.Final</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand All @@ -244,7 +244,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>io.netty:netty-handler</td>
<td>4.1.94.Final</td>
<td>4.1.106.Final</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand All @@ -253,7 +253,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>io.netty:netty-resolver</td>
<td>4.1.94.Final</td>
<td>4.1.106.Final</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand All @@ -262,7 +262,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>io.netty:netty-transport</td>
<td>4.1.94.Final</td>
<td>4.1.106.Final</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand All @@ -271,7 +271,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>io.netty:netty-transport-native-unix-common</td>
<td>4.1.94.Final</td>
<td>4.1.106.Final</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand Down Expand Up @@ -316,7 +316,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>net.java.dev.jna:jna</td>
<td>5.13.0</td>
<td>5.14.0</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand All @@ -325,7 +325,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>net.java.dev.jna:jna-platform</td>
<td>5.13.0</td>
<td>5.14.0</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand Down Expand Up @@ -406,7 +406,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>org.jctools:jctools-core</td>
<td>4.0.1</td>
<td>4.0.2</td>
<td>Apache-2.0</td>
<td>
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
Expand Down Expand Up @@ -478,7 +478,7 @@ <h2>Third Party Licenses</h2>
</tr>
<tr>
<td>org.slf4j:jul-to-slf4j</td>
<td>2.0.7</td>
<td>2.0.11</td>
<td>MIT</td>
<td>
<a href="https://spdx.org/licenses/MIT.html">https://spdx.org/licenses/MIT.html</a>
Expand Down

0 comments on commit 5bf4b92

Please sign in to comment.