Skip to content

Commit 7cfc60b

Browse files
build(deps): bump io.netty:netty-bom from 4.1.126.Final to 4.1.127.Final (kroxylicious#2688)
* build(deps): bump io.netty:netty-bom from 4.1.126.Final to 4.1.127.Final Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.126.Final to 4.1.127.Final. - [Commits](netty/netty@netty-4.1.126.Final...netty-4.1.127.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-version: 4.1.127.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update CHANGELOG.md Signed-off-by: Keith Wall <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Keith Wall <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Keith Wall <[email protected]>
1 parent 2151c0b commit 7cfc60b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Format `<github issue/pr number>: <short description>`.
77

88
## SNAPSHOT
99

10+
* [#2688](https://github.com/kroxylicious/kroxylicious/pull/2688): bump io.netty:netty-bom from 4.1.126.Final to 4.1.127.Final
1011
* [#2685](https://github.com/kroxylicious/kroxylicious/pull/2685): build(deps): bump kubernetes-client.version from 7.3.1 to 7.4.0
1112
* [#1927](https://github.com/kroxylicious/kroxylicious/issues/1927): chore(docs): Remove deprecated adminHttp configuration property.
1213
* [#1885](https://github.com/kroxylicious/kroxylicious/issues/1885): chore(docs): Remove deprecated support for virtualClusters expressed as a map.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<log4j.version>2.25.1</log4j.version>
5151
<caffeine.version>3.2.2</caffeine.version>
5252
<picocli.version>4.7.7</picocli.version>
53-
<netty.version>4.1.126.Final</netty.version>
53+
<netty.version>4.1.127.Final</netty.version>
5454
<netty.io_uring.version>0.0.26.Final</netty.io_uring.version>
5555
<netty.epoll.classifier>linux-x86_64</netty.epoll.classifier>
5656
<netty.io_uring.classifier>linux-x86_64</netty.io_uring.classifier>

0 commit comments

Comments
 (0)