diff --git a/README.adoc b/README.adoc index ddf57d18e..a98ec7b56 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/2023.10/hivemq-ce-2023.10.zip[HiveMQ CE binary package]. +* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2024.1/hivemq-ce-2024.1.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. @@ -140,7 +140,7 @@ If you use Gradle, include the following code in your `build.gradle(.kts)` file. ---- dependencies { - implementation("com.hivemq:hivemq-community-edition-embedded:2023.10") + implementation("com.hivemq:hivemq-community-edition-embedded:2024.1") } ---- @@ -156,7 +156,7 @@ If you use Maven, include the following code in your `pom.xml` file. com.hivemq hivemq-community-edition-embedded - 2023.10 + 2024.1 ... diff --git a/gradle.properties b/gradle.properties index be189eb9d..537d19f45 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=2023.10 +version=2024.1 # # tools # diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6d1673ddc..a395034df 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ equalsVerifier = "3.14.2" findsecbugs = "1.12.0" guava = "32.0.1-jre" guice = "5.1.0" -hivemq-extensionSdk = "4.23.0" +hivemq-extensionSdk = "4.24.0" jackson = "2.15.2" javassist = "3.29.2-GA" javax-annotation-api = "1.3.2" diff --git a/src/distribution/third-party-licenses/licenses b/src/distribution/third-party-licenses/licenses index cf1a8d820..51c203d43 100644 --- a/src/distribution/third-party-licenses/licenses +++ b/src/distribution/third-party-licenses/licenses @@ -6,8 +6,8 @@ HiveMQ uses the following third party libraries: Module | Version | License ID | License URL -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- aopalliance:aopalliance | 1.0 | Public Domain | - ch.qos.logback:logback-classic | 1.4.7 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html - ch.qos.logback:logback-core | 1.4.7 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html + ch.qos.logback:logback-classic | 1.4.14 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html + ch.qos.logback:logback-core | 1.4.14 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html 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 @@ -21,7 +21,7 @@ HiveMQ uses the following third party libraries: 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 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.22 | 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.github.microutils:kotlin-logging | 1.4.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html @@ -40,7 +40,7 @@ HiveMQ uses the following third party libraries: 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.openhft:zero-allocation-hashing | 0.16 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - org.apache.commons:commons-compress | 1.23.0 | 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 org.bouncycastle:bcpkix-jdk18on | 1.75 | MIT | https://www.bouncycastle.org/licence.html org.bouncycastle:bcprov-jdk18on | 1.75 | MIT | https://www.bouncycastle.org/licence.html @@ -56,7 +56,7 @@ HiveMQ uses the following third party libraries: 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:slf4j-api | 2.0.9 | MIT | https://spdx.org/licenses/MIT.html + org.slf4j:slf4j-api | 2.0.11 | MIT | https://spdx.org/licenses/MIT.html -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- The open source code of the libraries can be obtained by sending an email to legal@hivemq.com. diff --git a/src/distribution/third-party-licenses/licenses.html b/src/distribution/third-party-licenses/licenses.html index 072f7d32a..1cede7527 100644 --- a/src/distribution/third-party-licenses/licenses.html +++ b/src/distribution/third-party-licenses/licenses.html @@ -37,7 +37,7 @@

Third Party Licenses

ch.qos.logback:logback-classic - 1.4.7 + 1.4.14 EPL-1.0 https://spdx.org/licenses/EPL-1.0.html @@ -46,7 +46,7 @@

Third Party Licenses

ch.qos.logback:logback-core - 1.4.7 + 1.4.14 EPL-1.0 https://spdx.org/licenses/EPL-1.0.html @@ -172,7 +172,7 @@

Third Party Licenses

io.dropwizard.metrics:metrics-core - 4.2.22 + 4.2.23 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -343,7 +343,7 @@

Third Party Licenses

org.apache.commons:commons-compress - 1.23.0 + 1.25.0 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -487,7 +487,7 @@

Third Party Licenses

org.slf4j:slf4j-api - 2.0.9 + 2.0.11 MIT https://spdx.org/licenses/MIT.html