Skip to content

Commit b1ad275

Browse files
committed
Version to 2025.2
1 parent a2fd4e5 commit b1ad275

File tree

5 files changed

+35
-35
lines changed

5 files changed

+35
-35
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/2025.1/hivemq-ce-2025.1.zip[HiveMQ CE binary package].
57+
* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2025.2/hivemq-ce-2025.2.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:2025.1")
143+
implementation("com.hivemq:hivemq-community-edition-embedded:2025.2")
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>2025.1</version>
159+
<version>2025.2</version>
160160
</dependency>
161161
</dependencies>
162162
...

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2025.1
1+
version=2025.2

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ eclipse-collections = "11.1.0"
1111
equalsVerifier = "3.16.2"
1212
guava = "33.3.1-jre"
1313
guice = "5.1.0"
14-
hivemq-extensionSdk = "4.36.0"
14+
hivemq-extensionSdk = "4.38.0"
1515
jackson = "2.18.3"
1616
jacoco = "0.8.7"
1717
javassist = "3.30.2-GA"

src/distribution/third-party-licenses/licenses

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ HiveMQ uses the following third party libraries:
66
Module | Version | License ID | License URL
77
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
88
aopalliance:aopalliance | 1.0 | Public Domain |
9-
ch.qos.logback:logback-classic | 1.5.16 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html
10-
ch.qos.logback:logback-core | 1.5.16 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html
11-
com.fasterxml.jackson.core:jackson-annotations | 2.18.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
12-
com.fasterxml.jackson.core:jackson-core | 2.18.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
13-
com.fasterxml.jackson.core:jackson-databind | 2.18.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
9+
ch.qos.logback:logback-classic | 1.5.18 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html
10+
ch.qos.logback:logback-core | 1.5.18 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html
11+
com.fasterxml.jackson.core:jackson-annotations | 2.18.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
12+
com.fasterxml.jackson.core:jackson-core | 2.18.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
13+
com.fasterxml.jackson.core:jackson-databind | 2.18.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
1414
com.github.oshi:oshi-core | 6.6.6 | MIT | https://spdx.org/licenses/MIT.html
1515
com.google.code.findbugs:jsr305 | 3.0.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
1616
com.google.guava:failureaccess | 1.0.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
@@ -25,14 +25,14 @@ HiveMQ uses the following third party libraries:
2525
io.dropwizard.metrics:metrics-jmx | 4.2.30 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
2626
io.dropwizard.metrics:metrics-logback | 4.2.30 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
2727
io.github.microutils:kotlin-logging | 1.4.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
28-
io.netty:netty-buffer | 4.1.117.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
29-
io.netty:netty-codec | 4.1.117.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
30-
io.netty:netty-codec-http | 4.1.117.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
31-
io.netty:netty-common | 4.1.117.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
32-
io.netty:netty-handler | 4.1.117.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
33-
io.netty:netty-resolver | 4.1.117.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
34-
io.netty:netty-transport | 4.1.117.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
35-
io.netty:netty-transport-native-unix-common | 4.1.117.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
28+
io.netty:netty-buffer | 4.1.119.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
29+
io.netty:netty-codec | 4.1.119.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
30+
io.netty:netty-codec-http | 4.1.119.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
31+
io.netty:netty-common | 4.1.119.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
32+
io.netty:netty-handler | 4.1.119.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
33+
io.netty:netty-resolver | 4.1.119.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
34+
io.netty:netty-transport | 4.1.119.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
35+
io.netty:netty-transport-native-unix-common | 4.1.119.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
3636
jakarta.activation:jakarta.activation-api | 1.2.2 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
3737
jakarta.xml.bind:jakarta.xml.bind-api | 2.3.3 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php
3838
javax.annotation:javax.annotation-api | 1.3.2 | CDDL-1.1 | https://spdx.org/licenses/CDDL-1.1.html
@@ -54,8 +54,8 @@ HiveMQ uses the following third party libraries:
5454
org.jetbrains.xodus:xodus-openAPI | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
5555
org.jetbrains.xodus:xodus-utils | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
5656
org.rocksdb:rocksdbjni | 8.3.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html
57-
org.slf4j:jul-to-slf4j | 2.0.16 | MIT | https://spdx.org/licenses/MIT.html
58-
org.slf4j:slf4j-api | 2.0.16 | MIT | https://spdx.org/licenses/MIT.html
57+
org.slf4j:jul-to-slf4j | 2.0.17 | MIT | https://spdx.org/licenses/MIT.html
58+
org.slf4j:slf4j-api | 2.0.17 | MIT | https://spdx.org/licenses/MIT.html
5959
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
6060

6161
The open source code of the libraries can be obtained by sending an email to [email protected].

src/distribution/third-party-licenses/licenses.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h2>Third Party Licenses</h2>
3737
</tr>
3838
<tr>
3939
<td>ch.qos.logback:logback-classic</td>
40-
<td>1.5.16</td>
40+
<td>1.5.18</td>
4141
<td>EPL-1.0</td>
4242
<td>
4343
<a href="https://spdx.org/licenses/EPL-1.0.html">https://spdx.org/licenses/EPL-1.0.html</a>
@@ -46,7 +46,7 @@ <h2>Third Party Licenses</h2>
4646
</tr>
4747
<tr>
4848
<td>ch.qos.logback:logback-core</td>
49-
<td>1.5.16</td>
49+
<td>1.5.18</td>
5050
<td>EPL-1.0</td>
5151
<td>
5252
<a href="https://spdx.org/licenses/EPL-1.0.html">https://spdx.org/licenses/EPL-1.0.html</a>
@@ -55,7 +55,7 @@ <h2>Third Party Licenses</h2>
5555
</tr>
5656
<tr>
5757
<td>com.fasterxml.jackson.core:jackson-annotations</td>
58-
<td>2.18.2</td>
58+
<td>2.18.3</td>
5959
<td>Apache-2.0</td>
6060
<td>
6161
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -64,7 +64,7 @@ <h2>Third Party Licenses</h2>
6464
</tr>
6565
<tr>
6666
<td>com.fasterxml.jackson.core:jackson-core</td>
67-
<td>2.18.2</td>
67+
<td>2.18.3</td>
6868
<td>Apache-2.0</td>
6969
<td>
7070
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -73,7 +73,7 @@ <h2>Third Party Licenses</h2>
7373
</tr>
7474
<tr>
7575
<td>com.fasterxml.jackson.core:jackson-databind</td>
76-
<td>2.18.2</td>
76+
<td>2.18.3</td>
7777
<td>Apache-2.0</td>
7878
<td>
7979
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -208,7 +208,7 @@ <h2>Third Party Licenses</h2>
208208
</tr>
209209
<tr>
210210
<td>io.netty:netty-buffer</td>
211-
<td>4.1.117.Final</td>
211+
<td>4.1.119.Final</td>
212212
<td>Apache-2.0</td>
213213
<td>
214214
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -217,7 +217,7 @@ <h2>Third Party Licenses</h2>
217217
</tr>
218218
<tr>
219219
<td>io.netty:netty-codec</td>
220-
<td>4.1.117.Final</td>
220+
<td>4.1.119.Final</td>
221221
<td>Apache-2.0</td>
222222
<td>
223223
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -226,7 +226,7 @@ <h2>Third Party Licenses</h2>
226226
</tr>
227227
<tr>
228228
<td>io.netty:netty-codec-http</td>
229-
<td>4.1.117.Final</td>
229+
<td>4.1.119.Final</td>
230230
<td>Apache-2.0</td>
231231
<td>
232232
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -235,7 +235,7 @@ <h2>Third Party Licenses</h2>
235235
</tr>
236236
<tr>
237237
<td>io.netty:netty-common</td>
238-
<td>4.1.117.Final</td>
238+
<td>4.1.119.Final</td>
239239
<td>Apache-2.0</td>
240240
<td>
241241
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -244,7 +244,7 @@ <h2>Third Party Licenses</h2>
244244
</tr>
245245
<tr>
246246
<td>io.netty:netty-handler</td>
247-
<td>4.1.117.Final</td>
247+
<td>4.1.119.Final</td>
248248
<td>Apache-2.0</td>
249249
<td>
250250
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -253,7 +253,7 @@ <h2>Third Party Licenses</h2>
253253
</tr>
254254
<tr>
255255
<td>io.netty:netty-resolver</td>
256-
<td>4.1.117.Final</td>
256+
<td>4.1.119.Final</td>
257257
<td>Apache-2.0</td>
258258
<td>
259259
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -262,7 +262,7 @@ <h2>Third Party Licenses</h2>
262262
</tr>
263263
<tr>
264264
<td>io.netty:netty-transport</td>
265-
<td>4.1.117.Final</td>
265+
<td>4.1.119.Final</td>
266266
<td>Apache-2.0</td>
267267
<td>
268268
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -271,7 +271,7 @@ <h2>Third Party Licenses</h2>
271271
</tr>
272272
<tr>
273273
<td>io.netty:netty-transport-native-unix-common</td>
274-
<td>4.1.117.Final</td>
274+
<td>4.1.119.Final</td>
275275
<td>Apache-2.0</td>
276276
<td>
277277
<a href="https://spdx.org/licenses/Apache-2.0.html">https://spdx.org/licenses/Apache-2.0.html</a>
@@ -469,7 +469,7 @@ <h2>Third Party Licenses</h2>
469469
</tr>
470470
<tr>
471471
<td>org.slf4j:jul-to-slf4j</td>
472-
<td>2.0.16</td>
472+
<td>2.0.17</td>
473473
<td>MIT</td>
474474
<td>
475475
<a href="https://spdx.org/licenses/MIT.html">https://spdx.org/licenses/MIT.html</a>
@@ -478,7 +478,7 @@ <h2>Third Party Licenses</h2>
478478
</tr>
479479
<tr>
480480
<td>org.slf4j:slf4j-api</td>
481-
<td>2.0.16</td>
481+
<td>2.0.17</td>
482482
<td>MIT</td>
483483
<td>
484484
<a href="https://spdx.org/licenses/MIT.html">https://spdx.org/licenses/MIT.html</a>

0 commit comments

Comments
 (0)