Skip to content

Commit

Permalink
Version to 2023.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ymengesha committed Dec 6, 2023
1 parent 6005efc commit 9d2d15d
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/2023.9/hivemq-ce-2023.9.zip[HiveMQ CE binary package].
* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2023.10/hivemq-ce-2023.10.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:2023.9")
implementation("com.hivemq:hivemq-community-edition-embedded:2023.10")
}
----

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>2023.9</version>
<version>2023.10</version>
</dependency>
</dependencies>
...
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2023.9
version=2023.10
#
# tools
#
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ equalsVerifier = "3.14.2"
findsecbugs = "1.12.0"
guava = "32.0.1-jre"
guice = "5.1.0"
hivemq-extensionSdk = "4.22.0"
hivemq-extensionSdk = "4.23.0"
jackson = "2.15.2"
javassist = "3.29.2-GA"
javax-annotation-api = "1.3.2"
Expand Down

0 comments on commit 9d2d15d

Please sign in to comment.