Skip to content

Commit 8ce5f77

Browse files
committed
Update Netty to 4.1.128.Final
1 parent 4eb4fae commit 8ce5f77

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ Changelog for Management API, new PRs should update the `main / unreleased` sect
1010
```
1111

1212
## unreleased
13-
* [ENHANCEMENT] [#686](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/686) Avoid pulling from Apache archives
14-
* [BUGFIX] [#684](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/684) Fix Cassandra trunk builds
15-
* [ENHANCEMENT] [#690](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/690) Check bootstrap state in the /readiness before returning OK
1613
* [FEATURE] [#682](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/682) Add DSE 6.8.60 to the build matrix
1714
* [FEATURE] [#683](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/683) Add DSE 6.9.14 to the build matrix
1815
* [FEATURE] [#689](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/689) Add DSE 6.9.15 to the build matrix
16+
* [ENHANCEMENT] [#686](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/686) Avoid pulling from Apache archives
17+
* [ENHANCEMENT] [#690](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/690) Check bootstrap state in the /readiness before returning OK
18+
* [ENHANCEMENT] [#692](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/692) Update Netty to 4.1.128.Final
19+
* [BUGFIX] [#684](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/684) Fix Cassandra trunk builds
1920

2021
## v0.1.108 [2025-08-2020]
2122
* [CHANGE] [#670](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/670) Update OpenJDK 11 install for UBI based images

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<build.version.file>build_version.sh</build.version.file>
2626
<slf4j.version>2.0.9</slf4j.version>
2727
<logback.version>1.5.13</logback.version>
28-
<netty.version>4.1.127.Final</netty.version>
28+
<netty.version>4.1.128.Final</netty.version>
2929
<mockito.version>3.5.13</mockito.version>
3030
<prometheus.version>0.16.0</prometheus.version>
3131
<!-- This old version is used by Cassandra 4.x -->

0 commit comments

Comments
 (0)