diff --git a/README.adoc b/README.adoc index c556770af..421837de0 100644 --- a/README.adoc +++ b/README.adoc @@ -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.6/hivemq-ce-2024.6.zip[HiveMQ CE binary package]. +* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2024.7/hivemq-ce-2024.7.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. diff --git a/gradle.properties b/gradle.properties index c16381e63..51574e186 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2024.6 +version=2024.7 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fc5899407..405fa96bc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ eclipse-collections = "11.1.0" equalsVerifier = "3.16.1" guava = "33.1.0-jre" guice = "5.1.0" -hivemq-extensionSdk = "4.30.0" +hivemq-extensionSdk = "4.31.0" jackson = "2.17.2" jacoco = "0.8.7" javassist = "3.30.2-GA" diff --git a/src/distribution/third-party-licenses/licenses b/src/distribution/third-party-licenses/licenses index 1ef677777..156da0dc4 100644 --- a/src/distribution/third-party-licenses/licenses +++ b/src/distribution/third-party-licenses/licenses @@ -8,10 +8,10 @@ HiveMQ uses the following third party libraries: aopalliance:aopalliance | 1.0 | Public Domain | ch.qos.logback:logback-classic | 1.5.6 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html ch.qos.logback:logback-core | 1.5.6 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html - com.fasterxml.jackson.core:jackson-annotations | 2.17.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - com.fasterxml.jackson.core:jackson-core | 2.17.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - com.fasterxml.jackson.core:jackson-databind | 2.17.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - com.github.oshi:oshi-core | 6.6.1 | MIT | https://spdx.org/licenses/MIT.html + com.fasterxml.jackson.core:jackson-annotations | 2.17.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + com.fasterxml.jackson.core:jackson-core | 2.17.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + com.fasterxml.jackson.core:jackson-databind | 2.17.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + com.github.oshi:oshi-core | 6.6.2 | 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.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html com.google.guava:guava | 33.1.0-jre | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html @@ -24,14 +24,14 @@ HiveMQ uses the following third party libraries: io.dropwizard.metrics:metrics-jmx | 4.2.26 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html io.dropwizard.metrics:metrics-logback | 4.2.26 | 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.111.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-codec | 4.1.111.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-codec-http | 4.1.111.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-common | 4.1.111.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-handler | 4.1.111.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-resolver | 4.1.111.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-transport | 4.1.111.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-transport-native-unix-common | 4.1.111.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-buffer | 4.1.112.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-codec | 4.1.112.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-codec-http | 4.1.112.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-common | 4.1.112.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-handler | 4.1.112.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-resolver | 4.1.112.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-transport | 4.1.112.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-transport-native-unix-common | 4.1.112.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 @@ -47,7 +47,7 @@ HiveMQ uses the following third party libraries: 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.5 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - org.jetbrains.kotlin:kotlin-stdlib | 1.9.24 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + org.jetbrains.kotlin:kotlin-stdlib | 1.9.25 | 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 diff --git a/src/distribution/third-party-licenses/licenses.html b/src/distribution/third-party-licenses/licenses.html index 588a137a5..0c4612277 100644 --- a/src/distribution/third-party-licenses/licenses.html +++ b/src/distribution/third-party-licenses/licenses.html @@ -55,7 +55,7 @@

Third Party Licenses

com.fasterxml.jackson.core:jackson-annotations - 2.17.1 + 2.17.2 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -64,7 +64,7 @@

Third Party Licenses

com.fasterxml.jackson.core:jackson-core - 2.17.1 + 2.17.2 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -73,7 +73,7 @@

Third Party Licenses

com.fasterxml.jackson.core:jackson-databind - 2.17.1 + 2.17.2 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -82,7 +82,7 @@

Third Party Licenses

com.github.oshi:oshi-core - 6.6.1 + 6.6.2 MIT https://spdx.org/licenses/MIT.html @@ -199,7 +199,7 @@

Third Party Licenses

io.netty:netty-buffer - 4.1.111.Final + 4.1.112.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -208,7 +208,7 @@

Third Party Licenses

io.netty:netty-codec - 4.1.111.Final + 4.1.112.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -217,7 +217,7 @@

Third Party Licenses

io.netty:netty-codec-http - 4.1.111.Final + 4.1.112.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -226,7 +226,7 @@

Third Party Licenses

io.netty:netty-common - 4.1.111.Final + 4.1.112.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -235,7 +235,7 @@

Third Party Licenses

io.netty:netty-handler - 4.1.111.Final + 4.1.112.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -244,7 +244,7 @@

Third Party Licenses

io.netty:netty-resolver - 4.1.111.Final + 4.1.112.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -253,7 +253,7 @@

Third Party Licenses

io.netty:netty-transport - 4.1.111.Final + 4.1.112.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -262,7 +262,7 @@

Third Party Licenses

io.netty:netty-transport-native-unix-common - 4.1.111.Final + 4.1.112.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -406,7 +406,7 @@

Third Party Licenses

org.jetbrains.kotlin:kotlin-stdlib - 1.9.24 + 1.9.25 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html