Skip to content

Commit 944d4eb

Browse files
committed
Update version to 2023.9
1 parent 818415e commit 944d4eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The ideal place for questions or discussions about the HiveMQ Community Edition
5454

5555
=== Quick Start
5656

57-
* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2023.8/hivemq-ce-2023.8.zip[HiveMQ CE binary package].
57+
* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2023.9/hivemq-ce-2023.9.zip[HiveMQ CE binary package].
5858
* Unzip the package.
5959
* Run the run.sh (Linux/OSX) or run.bat (Windows) in the bin folder of the package.
6060

@@ -140,7 +140,7 @@ If you use Gradle, include the following code in your `build.gradle(.kts)` file.
140140
----
141141
142142
dependencies {
143-
implementation("com.hivemq:hivemq-community-edition-embedded:2023.8")
143+
implementation("com.hivemq:hivemq-community-edition-embedded:2023.9")
144144
}
145145
----
146146

@@ -156,7 +156,7 @@ If you use Maven, include the following code in your `pom.xml` file.
156156
<dependency>
157157
<groupId>com.hivemq</groupId>
158158
<artifactId>hivemq-community-edition-embedded</artifactId>
159-
<version>2023.8</version>
159+
<version>2023.9</version>
160160
</dependency>
161161
</dependencies>
162162
...

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2023.8
1+
version=2023.9
22
#
33
# tools
44
#

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ equalsVerifier = "3.14.2"
1212
findsecbugs = "1.12.0"
1313
guava = "32.0.1-jre"
1414
guice = "5.1.0"
15-
hivemq-extensionSdk = "4.21.0"
15+
hivemq-extensionSdk = "4.22.0"
1616
jackson = "2.15.2"
1717
javassist = "3.29.2-GA"
1818
javax-annotation-api = "1.3.2"

0 commit comments

Comments
 (0)