From 1dcd80277ca422ad37cfbb29e5a5628bf4afcf6c Mon Sep 17 00:00:00 2001 From: Lukas Brand Date: Wed, 30 Oct 2024 16:31:16 +0100 Subject: [PATCH] Version to 2024.8 --- README.adoc | 6 +++--- gradle.properties | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 421837de0..eeac24fbf 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.7/hivemq-ce-2024.7.zip[HiveMQ CE binary package]. +* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2024.8/hivemq-ce-2024.8.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:2024.6") + implementation("com.hivemq:hivemq-community-edition-embedded:2024.8") } ---- @@ -156,7 +156,7 @@ If you use Maven, include the following code in your `pom.xml` file. com.hivemq hivemq-community-edition-embedded - 2024.6 + 2024.8 ... diff --git a/gradle.properties b/gradle.properties index 51574e186..2a17e4438 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2024.7 +version=2024.8 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5ba732d4e..5d84ac36d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ eclipse-collections = "11.1.0" equalsVerifier = "3.16.2" guava = "33.1.0-jre" guice = "5.1.0" -hivemq-extensionSdk = "4.31.0" +hivemq-extensionSdk = "4.34.0" jackson = "2.17.2" jacoco = "0.8.7" javassist = "3.30.2-GA"