chore(deps): bump io.netty:netty-handler from 4.1.96.Final to 4.1.135.Final in /java#6480
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [io.netty:netty-handler](https://github.com/netty/netty) from 4.1.96.Final to 4.1.135.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.96.Final...netty-4.1.135.Final) --- updated-dependencies: - dependency-name: io.netty:netty-handler dependency-version: 4.1.135.Final dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
c167230 to
b997212
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps io.netty:netty-handler from 4.1.96.Final to 4.1.135.Final.
Release notes
Sourced from io.netty:netty-handler's releases.
... (truncated)
Commits
f05f765[maven-release-plugin] prepare release netty-4.1.135.Final728c98bRedis: Limit the maximum number of nested arrays (#16882)ced30adRedis: Correctly release incomplete message on removal when using RedisArrayA...cef5395SCTP: Limit the number of inflight incomplete SCTP messages and the number of...652663cEpoll / Kqueue: Correctly handle receive of FD (#16872)bd6214fHAProxy: Fix ByteBuf leak when parsing nested SSL TLVs (#16881)d7f9069Auto-port 4.1: Add maxWindowLog parameter to ZstdDecoder to bound memory allo...b831454HTTP/2: Treat clients MAX_HEADER_LIST_SIZE as advisory (#16883)51260aaPass maxAllocation to Brotli and Zstd decoders (#16844) (#16886)db6138bHTTP2: DelegatingDecompressorFrameListener must release memory in all cases (...