chore(deps): bump the gradle-dependencies group across 1 directory with 8 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(about 1 month ago)
(30 days ago)
(30 days ago)
dependencies java
Bumps the gradle-dependencies group with 4 updates in the / directory: com.android.tools.build:gradle, io.netty:netty-codec-http, com.google.firebase:firebase-bom and androidx.compose:compose-bom.
Updates com.android.tools.build:gradle from 9.2.0 to 9.2.1
Updates io.netty:netty-codec-http from 4.2.12.Final to 4.2.13.Final
Release notes
Sourced from io.netty:netty-codec-http's releases.
netty-4.2.13.Final
CVEs Fixed
- CVE-2026-42586 (netty-codec-redis)
- CVE-2026-42578 (netty-handler-proxy)
- CVE-2026-42577 (netty-transport-native-epoll)
- CVE-2026-42587 (netty-codec-http, netty-codec-http2)
- CVE-2026-41417 (netty-codec-http)
- CVE-2026-42581 (netty-codec-http)
- CVE-2026-42580 (netty-codec-http)
- CVE-2026-42585 (netty-codec-http)
- CVE-2026-42579 (netty-codec-dns)
- CVE-2026-42582 (netty-codec-http3)
- CVE-2026-42583 (netty-codec, netty-codec-compression)
- CVE-2026-42584 (netty-codec-http)
- CVE-2026-44248 (netty-codec-mqtt)
What's Changed
- Kqueue: sendfile EINTR doesn't advance offset — data duplication by
@normanmaurerin netty/netty#16544- Replace usage of strerror with thread-safe alternative by
@normanmaurerin netty/netty#16547- Fix implementation of strerror_r_xsi for GNU by
@normanmaurerin netty/netty#16546- Lazy init ArrayList in DefaultHeaders.getAll by
@doom369in netty/netty#16526- Less logging in AWS-LC build by
@chrisvestin netty/netty#16565- Ensure the CRYPTO_BUFFER_POOL is also freed when we fail creating the SSLContext by
@normanmaurerin netty/netty#16545- Auto-port 4.2: Fix IndexOutOfBoundsException in StompSubframeDecoder on heartbeat by
@netty-project-botin netty/netty#16543- Avoid leak in PemReader on OutOfDirectMemoryError by
@raipcin netty/netty#16551- IoUring: Disable test while we debug to unblock other builds by
@normanmaurerin netty/netty#16581- Include user properties and subscription IDs in MqttProperties#isEmpty by
@ShadowySpiritsin netty/netty#16575- Native DNS resolver: Guard against malloc failures by
@normanmaurerin netty/netty#16559- Auto-port 4.2: Increase timeouts for QuicChannelConnectTest by
@netty-project-botin netty/netty#16578- Fix parsing HTTP chunks with multiple extensions by
@chrisvestin netty/netty#16579- Bump org.codehaus.plexus:plexus-utils from 3.4.2 to 4.0.3 in /codec-native-quic by
@dependabot[bot] in netty/netty#16572- Revert to PR build to Ubuntu 22.04 by
@chrisvestin netty/netty#16595- Native transports: Correctly create pipe when pipe2 is not supported by
@normanmaurerin netty/netty#16592- Epoll: Cleanup code to always return negative value on failure by
@normanmaurerin netty/netty#16591- Fix component search fast path by
@yawkatin netty/netty#16548- Stabilize read-only toStringMultipleThreads1 by
@chrisvestin netty/netty#16608- Stabilize more AbstractByteBufTests by
@chrisvestin netty/netty#16611- Remove note about needing 256-bit for PQC by
@chrisvestin netty/netty#16605- Stabilize testSessionInvalidate for Conscrypt by
@chrisvestin netty/netty#16615- Quic: Correctly handle SSL_CTX_new failures by
@normanmaurerin netty/netty#16622- Make LocalIoHandle public by
@rdicrocein netty/netty#16621- Quic: Fix shadowing of variable which leads to incorrectly handling errors by
@normanmaurerin netty/netty#16623- Auto-port 4.2: Use stream error for maxContentLength exceeded in InboundHttp2ToHttpAdapter by
@netty-project-botin netty/netty#16629- Fix
shutdownInputbug in kqueue for empty recv buffer by@chrisvestin netty/netty#16630- fix FFM address semantics in directBufferAddress by
@dreamlike-oceanin netty/netty#16603- HTTP2: Ensure HTTP2 preface is always send as first message by
@normanmaurerin netty/netty#16636- Move Http2FrameCodecSubClassTest to correct package by
@normanmaurerin netty/netty#16640- Kqueue: Fix usage of LOCAL_PEERPID by
@normanmaurerin netty/netty#16637- Avoid ArrayQueue allocation in HttpServerCodec by
@doom369in netty/netty#16596- Fix file descriptor reuse bug in kqueue by
@chrisvestin netty/netty#16650
... (truncated)
Commits
b3844c8[maven-release-plugin] prepare release netty-4.2.13.Final82f47faMerge commit from forkada0999Merge commit from forkb4051e2Fix BrotliDecoder not forwarding all decompressed chunks67207c1Merge commit from fork541ca7cMerge commit from fork943edb3Fix codec-dns tests6459a28Merge commit from forkb4ba61bFix checkstyle in HttpObjectDecoder977661fMerge commit from fork- Additional commits viewable in compare view
Updates io.netty:netty-codec-http2 from 4.2.12.Final to 4.2.13.Final
Release notes
Sourced from io.netty:netty-codec-http2's releases.
netty-4.2.13.Final
CVEs Fixed
- CVE-2026-42586 (netty-codec-redis)
- CVE-2026-42578 (netty-handler-proxy)
- CVE-2026-42577 (netty-transport-native-epoll)
- CVE-2026-42587 (netty-codec-http, netty-codec-http2)
- CVE-2026-41417 (netty-codec-http)
- CVE-2026-42581 (netty-codec-http)
- CVE-2026-42580 (netty-codec-http)
- CVE-2026-42585 (netty-codec-http)
- CVE-2026-42579 (netty-codec-dns)
- CVE-2026-42582 (netty-codec-http3)
- CVE-2026-42583 (netty-codec, netty-codec-compression)
- CVE-2026-42584 (netty-codec-http)
- CVE-2026-44248 (netty-codec-mqtt)
What's Changed
- Kqueue: sendfile EINTR doesn't advance offset — data duplication by
@normanmaurerin netty/netty#16544- Replace usage of strerror with thread-safe alternative by
@normanmaurerin netty/netty#16547- Fix implementation of strerror_r_xsi for GNU by
@normanmaurerin netty/netty#16546- Lazy init ArrayList in DefaultHeaders.getAll by
@doom369in netty/netty#16526- Less logging in AWS-LC build by
@chrisvestin netty/netty#16565- Ensure the CRYPTO_BUFFER_POOL is also freed when we fail creating the SSLContext by
@normanmaurerin netty/netty#16545- Auto-port 4.2: Fix IndexOutOfBoundsException in StompSubframeDecoder on heartbeat by
@netty-project-botin netty/netty#16543- Avoid leak in PemReader on OutOfDirectMemoryError by
@raipcin netty/netty#16551- IoUring: Disable test while we debug to unblock other builds by
@normanmaurerin netty/netty#16581- Include user properties and subscription IDs in MqttProperties#isEmpty by
@ShadowySpiritsin netty/netty#16575- Native DNS resolver: Guard against malloc failures by
@normanmaurerin netty/netty#16559- Auto-port 4.2: Increase timeouts for QuicChannelConnectTest by
@netty-project-botin netty/netty#16578- Fix parsing HTTP chunks with multiple extensions by
@chrisvestin netty/netty#16579- Bump org.codehaus.plexus:plexus-utils from 3.4.2 to 4.0.3 in /codec-native-quic by
@dependabot[bot] in netty/netty#16572- Revert to PR build to Ubuntu 22.04 by
@chrisvestin netty/netty#16595- Native transports: Correctly create pipe when pipe2 is not supported by
@normanmaurerin netty/netty#16592- Epoll: Cleanup code to always return negative value on failure by
@normanmaurerin netty/netty#16591- Fix component search fast path by
@yawkatin netty/netty#16548- Stabilize read-only toStringMultipleThreads1 by
@chrisvestin netty/netty#16608- Stabilize more AbstractByteBufTests by
@chrisvestin netty/netty#16611- Remove note about needing 256-bit for PQC by
@chrisvestin netty/netty#16605- Stabilize testSessionInvalidate for Conscrypt by
@chrisvestin netty/netty#16615- Quic: Correctly handle SSL_CTX_new failures by
@normanmaurerin netty/netty#16622- Make LocalIoHandle public by
@rdicrocein netty/netty#16621- Quic: Fix shadowing of variable which leads to incorrectly handling errors by
@normanmaurerin netty/netty#16623- Auto-port 4.2: Use stream error for maxContentLength exceeded in InboundHttp2ToHttpAdapter by
@netty-project-botin netty/netty#16629- Fix
shutdownInputbug in kqueue for empty recv buffer by@chrisvestin netty/netty#16630- fix FFM address semantics in directBufferAddress by
@dreamlike-oceanin netty/netty#16603- HTTP2: Ensure HTTP2 preface is always send as first message by
@normanmaurerin netty/netty#16636- Move Http2FrameCodecSubClassTest to correct package by
@normanmaurerin netty/netty#16640- Kqueue: Fix usage of LOCAL_PEERPID by
@normanmaurerin netty/netty#16637- Avoid ArrayQueue allocation in HttpServerCodec by
@doom369in netty/netty#16596- Fix file descriptor reuse bug in kqueue by
@chrisvestin netty/netty#16650
... (truncated)
Commits
b3844c8[maven-release-plugin] prepare release netty-4.2.13.Final82f47faMerge commit from forkada0999Merge commit from forkb4051e2Fix BrotliDecoder not forwarding all decompressed chunks67207c1Merge commit from fork541ca7cMerge commit from fork943edb3Fix codec-dns tests6459a28Merge commit from forkb4ba61bFix checkstyle in HttpObjectDecoder977661fMerge commit from fork- Additional commits viewable in compare view
Updates io.netty:netty-handler from 4.2.12.Final to 4.2.13.Final
Release notes
Sourced from io.netty:netty-handler's releases.
netty-4.2.13.Final
CVEs Fixed
- CVE-2026-42586 (netty-codec-redis)
- CVE-2026-42578 (netty-handler-proxy)
- CVE-2026-42577 (netty-transport-native-epoll)
- CVE-2026-42587 (netty-codec-http, netty-codec-http2)
- CVE-2026-41417 (netty-codec-http)
- CVE-2026-42581 (netty-codec-http)
- CVE-2026-42580 (netty-codec-http)
- CVE-2026-42585 (netty-codec-http)
- CVE-2026-42579 (netty-codec-dns)
- CVE-2026-42582 (netty-codec-http3)
- CVE-2026-42583 (netty-codec, netty-codec-compression)
- CVE-2026-42584 (netty-codec-http)
- CVE-2026-44248 (netty-codec-mqtt)
What's Changed
- Kqueue: sendfile EINTR doesn't advance offset — data duplication by
@normanmaurerin netty/netty#16544- Replace usage of strerror with thread-safe alternative by
@normanmaurerin netty/netty#16547- Fix implementation of strerror_r_xsi for GNU by
@normanmaurerin netty/netty#16546- Lazy init ArrayList in DefaultHeaders.getAll by
@doom369in netty/netty#16526- Less logging in AWS-LC build by
@chrisvestin netty/netty#16565- Ensure the CRYPTO_BUFFER_POOL is also freed when we fail creating the SSLContext by
@normanmaurerin netty/netty#16545- Auto-port 4.2: Fix IndexOutOfBoundsException in StompSubframeDecoder on heartbeat by
@netty-project-botin netty/netty#16543- Avoid leak in PemReader on OutOfDirectMemoryError by
@raipcin netty/netty#16551- IoUring: Disable test while we debug to unblock other builds by
@normanmaurerin netty/netty#16581- Include user properties and subscription IDs in MqttProperties#isEmpty by
@ShadowySpiritsin netty/netty#16575- Native DNS resolver: Guard against malloc failures by
@normanmaurerin netty/netty#16559- Auto-port 4.2: Increase timeouts for QuicChannelConnectTest by
@netty-project-botin netty/netty#16578- Fix parsing HTTP chunks with multiple extensions by
@chrisvestin netty/netty#16579- Bump org.codehaus.plexus:plexus-utils from 3.4.2 to 4.0.3 in /codec-native-quic by
@dependabot[bot] in netty/netty#16572- Revert to PR build to Ubuntu 22.04 by
@chrisvestin netty/netty#16595- Native transports: Correctly create pipe when pipe2 is not supported by
@normanmaurerin netty/netty#16592- Epoll: Cleanup code to always return negative value on failure by
@normanmaurerin netty/netty#16591- Fix component search fast path by
@yawkatin netty/netty#16548- Stabilize read-only toStringMultipleThreads1 by
@chrisvestin netty/netty#16608- Stabilize more AbstractByteBufTests by
@chrisvestin netty/netty#16611- Remove note about needing 256-bit for PQC by
@chrisvestin netty/netty#16605- Stabilize testSessionInvalidate for Conscrypt by
@chrisvestin netty/netty#16615- Quic: Correctly handle SSL_CTX_new failures by
@normanmaurerin netty/netty#16622- Make LocalIoHandle public by
@rdicrocein netty/netty#16621- Quic: Fix shadowing of variable which leads to incorrectly handling errors by
@normanmaurerin netty/netty#16623- Auto-port 4.2: Use stream error for maxContentLength exceeded in InboundHttp2ToHttpAdapter by
@netty-project-botin netty/netty#16629- Fix
shutdownInputbug in kqueue for empty recv buffer by@chrisvestin netty/netty#16630- fix FFM address semantics in directBufferAddress by
@dreamlike-oceanin netty/netty#16603- HTTP2: Ensure HTTP2 preface is always send as first message by
@normanmaurerin netty/netty#16636- Move Http2FrameCodecSubClassTest to correct package by
@normanmaurerin netty/netty#16640- Kqueue: Fix usage of LOCAL_PEERPID by
@normanmaurerin netty/netty#16637- Avoid ArrayQueue allocation in HttpServerCodec by
@doom369in netty/netty#16596- Fix file descriptor reuse bug in kqueue by
@chrisvestin netty/netty#16650
... (truncated)
Commits
b3844c8[maven-release-plugin] prepare release netty-4.2.13.Final82f47faMerge commit from forkada0999Merge commit from forkb4051e2Fix BrotliDecoder not forwarding all decompressed chunks67207c1Merge commit from fork541ca7cMerge commit from fork943edb3Fix codec-dns tests6459a28Merge commit from forkb4ba61bFix checkstyle in HttpObjectDecoder977661fMerge commit from fork- Additional commits viewable in compare view
Updates io.netty:netty-codec from 4.2.12.Final to 4.2.13.Final
Release notes
Sourced from io.netty:netty-codec's releases.
netty-4.2.13.Final
CVEs Fixed
- CVE-2026-42586 (netty-codec-redis)
- CVE-2026-42578 (netty-handler-proxy)
- CVE-2026-42577 (netty-transport-native-epoll)
- CVE-2026-42587 (netty-codec-http, netty-codec-http2)
- CVE-2026-41417 (netty-codec-http)
- CVE-2026-42581 (netty-codec-http)
- CVE-2026-42580 (netty-codec-http)
- CVE-2026-42585 (netty-codec-http)
- CVE-2026-42579 (netty-codec-dns)
- CVE-2026-42582 (netty-codec-http3)
- CVE-2026-42583 (netty-codec, netty-codec-compression)
- CVE-2026-42584 (netty-codec-http)
- CVE-2026-44248 (netty-codec-mqtt)
What's Changed
- Kqueue: sendfile EINTR doesn't advance offset — data duplication by
@normanmaurerin netty/netty#16544- Replace usage of strerror with thread-safe alternative by
@normanmaurerin netty/netty#16547- Fix implementation of strerror_r_xsi for GNU by
@normanmaurerin netty/netty#16546- Lazy init ArrayList in DefaultHeaders.getAll by
@doom369in netty/netty#16526- Less logging in AWS-LC build by
@chrisvestin netty/netty#16565- Ensure the CRYPTO_BUFFER_POOL is also freed when we fail creating the SSLContext by
@normanmaurerin netty/netty#16545- Auto-port 4.2: Fix IndexOutOfBoundsException in StompSubframeDecoder on heartbeat by
@netty-project-botin netty/netty#16543- Avoid leak in PemReader on OutOfDirectMemoryError by
@raipcin netty/netty#16551- IoUring: Disable test while we debug to unblock other builds by
@normanmaurerin netty/netty#16581- Include user properties and subscription IDs in MqttProperties#isEmpty by
@ShadowySpiritsin netty/netty#16575- Native DNS resolver: Guard against malloc failures by
@normanmaurerin netty/netty#16559- Auto-port 4.2: Increase timeouts for QuicChannelConnectTest by
@netty-project-botin netty/netty#16578- Fix parsing HTTP chunks with multiple extensions by
@chrisvestin netty/netty#16579- Bump org.codehaus.plexus:plexus-utils from 3.4.2 to 4.0.3 in /codec-native-quic by
@dependabot[bot] in netty/netty#16572- Revert to PR build to Ubuntu 22.04 by
@chrisvestin netty/netty#16595- Native transports: Correctly create pipe when pipe2 is not supported by
@normanmaurerin netty/netty#16592- Epoll: Cleanup code to always return negative value on failure by
@normanmaurerin netty/netty#16591- Fix component search fast path by
@yawkatin netty/netty#16548- Stabilize read-only toStringMultipleThreads1 by
@chrisvestin netty/netty#16608- Stabilize more AbstractByteBufTests by
@chrisvestin netty/netty#16611- Remove note about needing 256-bit for PQC by
@chrisvestin netty/netty#16605- Stabilize testSessionInvalidate for Conscrypt by
@chrisvestin netty/netty#16615- Quic: Correctly handle SSL_CTX_new failures by
@normanmaurerin netty/netty#16622- Make LocalIoHandle public by
@rdicrocein netty/netty#16621- Quic: Fix shadowing of variable which leads to incorrectly handling errors by
@normanmaurerin netty/netty#16623- Auto-port 4.2: Use stream error for maxContentLength exceeded in InboundHttp2ToHttpAdapter by
@netty-project-botin netty/netty#16629- Fix
shutdownInputbug in kqueue for empty recv buffer by@chrisvestin netty/netty#16630- fix FFM address semantics in directBufferAddress by
@dreamlike-oceanin netty/netty#16603- HTTP2: Ensure HTTP2 preface is always send as first message by
@normanmaurerin netty/netty#16636- Move Http2FrameCodecSubClassTest to correct package by
@normanmaurerin netty/netty#16640- Kqueue: Fix usage of LOCAL_PEERPID by
@normanmaurerin netty/netty#16637- Avoid ArrayQueue allocation in HttpServerCodec by
@doom369in netty/netty#16596- Fix file descriptor reuse bug in kqueue by
@chrisvestin netty/netty#16650
... (truncated)
Commits
b3844c8[maven-release-plugin] prepare release netty-4.2.13.Final82f47faMerge commit from forkada0999Merge commit from forkb4051e2Fix BrotliDecoder not forwarding all decompressed chunks67207c1Merge commit from fork541ca7cMerge commit from fork943edb3Fix codec-dns tests6459a28Merge commit from forkb4ba61bFix checkstyle in HttpObjectDecoder977661fMerge commit from fork- Additional commits viewable in compare view
Updates io.netty:netty-common from 4.2.12.Final to 4.2.13.Final
Release notes
Sourced from io.netty:netty-common's releases.
netty-4.2.13.Final
CVEs Fixed
- CVE-2026-42586 (netty-codec-redis)
- CVE-2026-42578 (netty-handler-proxy)
- CVE-2026-42577 (netty-transport-native-epoll)
- CVE-2026-42587 (netty-codec-http, netty-codec-http2)
- CVE-2026-41417 (netty-codec-http)
- CVE-2026-42581 (netty-codec-http)
- CVE-2026-42580 (netty-codec-http)
- CVE-2026-42585 (netty-codec-http)
- CVE-2026-42579 (netty-codec-dns)
- CVE-2026-42582 (netty-codec-http3)
- CVE-2026-42583 (netty-codec, netty-codec-compression)
- CVE-2026-42584 (netty-codec-http)
- CVE-2026-44248 (netty-codec-mqtt)
What's Changed
- Kqueue: sendfile EINTR doesn't advance offset — data duplication by
@normanmaurerin netty/netty#16544- Replace usage of strerror with thread-safe alternative by
@normanmaurerin netty/netty#16547- Fix implementation of strerror_r_xsi for GNU by
@normanmaurerin netty/netty#16546- Lazy init ArrayList in DefaultHeaders.getAll by
@doom369in netty/netty#16526- Less logging in AWS-LC build by
@chrisvestin netty/netty#16565- Ensure the CRYPTO_BUFFER_POOL is also freed when we fail creating the SSLContext by
@normanmaurerin netty/netty#16545- Auto-port 4.2: Fix IndexOutOfBoundsException in StompSubframeDecoder on heartbeat by
@netty-project-botin netty/netty#16543- Avoid leak in PemReader on OutOfDirectMemoryError by
@raipcin netty/netty#16551- IoUring: Disable test while we debug to unblock other builds by
@normanmaurerin netty/netty#16581- Include user properties and subscription IDs in MqttProperties#isEmpty by
@ShadowySpiritsin netty/netty#16575- Native DNS resolver: Guard against malloc failures by
@normanmaurerin netty/netty#16559- Auto-port 4.2: Increase timeouts for QuicChannelConnectTest by
@netty-project-botin netty/netty#16578- Fix parsing HTTP chunks with multiple extensions by
@chrisvestin netty/netty#16579- Bump org.codehaus.plexus:plexus-utils from 3.4.2 to 4.0.3 in /codec-native-quic by
@dependabot[bot] in netty/netty#16572- Revert to PR build to Ubuntu 22.04 by
@chrisvestin netty/netty#16595- Native transports: Correctly create pipe when pipe2 is not supported by
@normanmaurerin netty/netty#16592- Epoll: Cleanup code to always return negative value on failure by
@normanmaurerin netty/netty#16591- Fix component search fast path by
@yawkatin netty/netty#16548- Stabilize read-only toStringMultipleThreads1 by
@chrisvestin netty/netty#16608- Stabilize more AbstractByteBufTests by
@chrisvestin netty/netty#16611- Remove note about needing 256-bit for PQC by
@chrisvestin netty/netty#16605- Stabilize testSessionInvalidate for Conscrypt by
@chrisvestin netty/netty#16615- Quic: Correctly handle SSL_CTX_new failures by
@normanmaurerin netty/netty#16622- Make LocalIoHandle public by
@rdicrocein netty/netty#16621- Quic: Fix shadowing of variable which leads to incorrectly handling errors by
@normanmaurerin netty/netty#16623- Auto-port 4.2: Use stream error for maxContentLength exceeded in InboundHttp2ToHttpAdapter by
@netty-project-botin netty/netty#16629- Fix
shutdownInputbug in kqueue for empty recv buffer by@chrisvestin netty/netty#16630- fix FFM address semantics in directBufferAddress by
@dreamlike-oceanin netty/netty#16603- HTTP2: Ensure HTTP2 preface is always send as first message by
@normanmaurerin netty/netty#16636- Move Http2FrameCodecSubClassTest to correct package by
@normanmaurerin netty/netty#16640- Kqueue: Fix usage of LOCAL_PEERPID by
@normanmaurerin netty/netty#16637- Avoid ArrayQueue allocation in HttpServerCodec by
@doom369in netty/netty#16596- Fix file descriptor reuse bug in kqueue by
@chrisvestin netty/netty#16650
... (truncated)
Commits
b3844c8[maven-release-plugin] prepare release netty-4.2.13.Final82f47faMerge commit from forkada0999Merge commit from forkb4051e2Fix BrotliDecoder not forwarding all decompressed chunks67207c1Merge commit from fork541ca7cMerge commit from fork943edb3Fix codec-dns tests6459a28Merge commit from forkb4ba61bFix checkstyle in HttpObjectDecoder977661fMerge commit from fork- Additional commits viewable in compare view
Updates com.google.firebase:firebase-bom from 34.12.0 to 34.13.0
Updates androidx.compose:compose-bom from 2026.04.01 to 2026.05.00
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
io.netty:netty-codec-http
maven
4.2.12.Final → 4.2.13.Final
Patch
io.netty:netty-handler
maven
4.2.12.Final → 4.2.13.Final
Patch
androidx.compose:compose-bom
maven
2026.04.01 → 2026.05.00
Minor
io.netty:netty-common
maven
4.2.12.Final → 4.2.13.Final
Patch
io.netty:netty-codec
maven
4.2.12.Final → 4.2.13.Final
Patch
com.android.tools.build:gradle
maven
9.2.0 → 9.2.1
Patch
com.google.firebase:firebase-bom
maven
34.12.0 → 34.13.0
Minor
io.netty:netty-codec-http2
maven
4.2.12.Final → 4.2.13.Final
Patch
Security Advisories
sjcl is missing point-on-curve validation in sjcl.ecc.basicKey.publicKey
Netty: Start-Line Injection in DefaultHttpRequest.setUri() Allows HTTP Request Smuggling and RTSP Request Injection
Netty epoll transport denial of service via RST on half-closed TCP connection
Netty: HttpContentDecompressor maxAllocation bypass when Content-Encoding set to br/zstd/snappy leads to decompression bomb DoS
Netty Redis Codec Encoder has a CRLF Injection Issue
Netty vulnerable to HTTP Request Smuggling due to malformed Transfer-Encoding
Netty has HttpClientCodec response desynchronization
Netty Lz4FrameDecoder is vulnerable to resource exhaustion
Netty HTTP/3 QPACK literal unbounded allocation
Netty HTTP/1.0 TE+CL Coexistence Bypasses Smuggling Sanitization
Netty vulnerable to HTTP Request Smuggling due to incorrect chunk size parsing
Netty has a DNS Codec Input Validation Bypass (Encoder + Decoder)
Netty has HTTP Header Injection via HttpProxyHandler Disabled Validation (Incomplete Fix CVE-2025-67735)
Netty MQTT: Resource exhaustion in MqttDecoder
Technical Details
| ID: | 15743337 |
| UUID: | 4403012111 |
| Node ID: | PR_kwDOQ9mKCc7ZW723 |
| Host: | GitHub |
| Repository: | AndroidIRCx/NULVEX |