Skip to content

Commit

Permalink
Version to 2024.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBrand committed Oct 30, 2024
1 parent ac6ba24 commit 1dcd802
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.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.

Expand Down Expand Up @@ -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")
}
----

Expand All @@ -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.6</version>
<version>2024.8</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.7
version=2024.8
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.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"
Expand Down

0 comments on commit 1dcd802

Please sign in to comment.