René's URL Explorer Experiment


Title: Bump netty.version from 4.2.12.Final to 4.2.14.Final by dependabot[bot] · Pull Request #2632 · docker-java/docker-java · GitHub

Open Graph Title: Bump netty.version from 4.2.12.Final to 4.2.14.Final by dependabot[bot] · Pull Request #2632 · docker-java/docker-java

X Title: Bump netty.version from 4.2.12.Final to 4.2.14.Final by dependabot[bot] · Pull Request #2632 · docker-java/docker-java

Description: Bumps netty.version from 4.2.12.Final to 4.2.14.Final. Updates io.netty:netty-codec-http from 4.2.12.Final to 4.2.14.Final Release notes Sourced from io.netty:netty-codec-http's releases. netty-4.2.14.Final What's Changed HTTP: Fix revapi failure introduced by 84530fa81e12dcd1d42310bb20c1385cb44128d8 by @​normanmaurer in netty/netty#16748 HTTP: Re-add constructor to HttpProxyHandler that was removed by mistake by @​normanmaurer in netty/netty#16747 Marshalling: Explicit document security requirements by @​normanmaurer in netty/netty#16752 Fix io_uring op completion TRACE logging by @​chrisvest in netty/netty#16755 Quic: Ensure writes are done before notify close promise of QuicheQui… by @​normanmaurer in netty/netty#16758 Avoid re-parsing openssl key material with non-cached provider by @​chrisvest in netty/netty#16759 Pin HTTP/RTSP version + method normalization to Locale.US by @​daguimu in netty/netty#16765 Fill MsgHdrMemoryArray#hdrs with null entry on release by @​tsegismont in netty/netty#16764 Revapi: Use default "oldVersion" by @​chrisvest in netty/netty#16774 Adaptive: Fix concurrency issue in adaptive allocator by @​chrisvest in netty/netty#16767 Auto-port 4.2: Make bulk byte moving in ByteBuf faster by @​netty-project-bot in netty/netty#16781 Pin multipart Content-Type / Content-Transfer-Encoding case folding to Locale.US by @​daguimu in netty/netty#16768 Remove dead native declarations by @​pandareen in netty/netty#16783 Isolate tests that modify available Security providers by @​chrisvest in netty/netty#16793 Remove test annotations from a method that isn't a test by @​chrisvest in netty/netty#16792 Enable OpenSslCachingKeyMaterialProvider to evict stale entries after cert rotation by @​zhangweikop in netty/netty#16523 IoUring: extend user data from short to long by @​dreamlike-ocean in netty/netty#16682 Revert CompositeByteBuf component search fast path by @​yawkat in netty/netty#16811 HTTP2: Use 100 as default max concurrent streams setting by @​normanmaurer in netty/netty#16804 Fix ResumptionController wrapping by @​chrisvest in netty/netty#16815 Resolve all localhost addresses without querying DNS servers by @​JulianVennen in netty/netty#16749 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules are configured but remote peer is using ipv4 by @​normanmaurer in netty/netty#16803 Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe by @​dreamlike-ocean in netty/netty#16788 Route synchronous onLookupComplete exceptions via fireExceptionCaught by @​kwondh5217 in netty/netty#16794 IoUring: Stop generic FileRegion drain loop when transferred() reaches count() by @​LuciferYang in netty/netty#16826 MQTT: Allow MQTT 5 CONNECT with password only by @​shblue21 in netty/netty#16833 Fix MQTT decoder size check after variable header replay by @​daguimu in netty/netty#16787 New Contributors @​pandareen made their first contribution in netty/netty#16783 @​zhangweikop made their first contribution in netty/netty#16523 @​JulianVennen made their first contribution in netty/netty#16749 @​kwondh5217 made their first contribution in netty/netty#16794 @​shblue21 made their first contribution in netty/netty#16833 Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final 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) ... (truncated) Commits 0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final 72df658 Fix MQTT decoder size check after variable header replay (#16787) 7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833) 9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(... 4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794) f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe... 0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ... a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749) c328ba2 Fix ResumptionController wrapping (#16815) bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804) Additional commits viewable in compare view Updates io.netty:netty-handler from 4.2.12.Final to 4.2.14.Final Release notes Sourced from io.netty:netty-handler's releases. netty-4.2.14.Final What's Changed HTTP: Fix revapi failure introduced by 84530fa81e12dcd1d42310bb20c1385cb44128d8 by @​normanmaurer in netty/netty#16748 HTTP: Re-add constructor to HttpProxyHandler that was removed by mistake by @​normanmaurer in netty/netty#16747 Marshalling: Explicit document security requirements by @​normanmaurer in netty/netty#16752 Fix io_uring op completion TRACE logging by @​chrisvest in netty/netty#16755 Quic: Ensure writes are done before notify close promise of QuicheQui… by @​normanmaurer in netty/netty#16758 Avoid re-parsing openssl key material with non-cached provider by @​chrisvest in netty/netty#16759 Pin HTTP/RTSP version + method normalization to Locale.US by @​daguimu in netty/netty#16765 Fill MsgHdrMemoryArray#hdrs with null entry on release by @​tsegismont in netty/netty#16764 Revapi: Use default "oldVersion" by @​chrisvest in netty/netty#16774 Adaptive: Fix concurrency issue in adaptive allocator by @​chrisvest in netty/netty#16767 Auto-port 4.2: Make bulk byte moving in ByteBuf faster by @​netty-project-bot in netty/netty#16781 Pin multipart Content-Type / Content-Transfer-Encoding case folding to Locale.US by @​daguimu in netty/netty#16768 Remove dead native declarations by @​pandareen in netty/netty#16783 Isolate tests that modify available Security providers by @​chrisvest in netty/netty#16793 Remove test annotations from a method that isn't a test by @​chrisvest in netty/netty#16792 Enable OpenSslCachingKeyMaterialProvider to evict stale entries after cert rotation by @​zhangweikop in netty/netty#16523 IoUring: extend user data from short to long by @​dreamlike-ocean in netty/netty#16682 Revert CompositeByteBuf component search fast path by @​yawkat in netty/netty#16811 HTTP2: Use 100 as default max concurrent streams setting by @​normanmaurer in netty/netty#16804 Fix ResumptionController wrapping by @​chrisvest in netty/netty#16815 Resolve all localhost addresses without querying DNS servers by @​JulianVennen in netty/netty#16749 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules are configured but remote peer is using ipv4 by @​normanmaurer in netty/netty#16803 Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe by @​dreamlike-ocean in netty/netty#16788 Route synchronous onLookupComplete exceptions via fireExceptionCaught by @​kwondh5217 in netty/netty#16794 IoUring: Stop generic FileRegion drain loop when transferred() reaches count() by @​LuciferYang in netty/netty#16826 MQTT: Allow MQTT 5 CONNECT with password only by @​shblue21 in netty/netty#16833 Fix MQTT decoder size check after variable header replay by @​daguimu in netty/netty#16787 New Contributors @​pandareen made their first contribution in netty/netty#16783 @​zhangweikop made their first contribution in netty/netty#16523 @​JulianVennen made their first contribution in netty/netty#16749 @​kwondh5217 made their first contribution in netty/netty#16794 @​shblue21 made their first contribution in netty/netty#16833 Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final 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) ... (truncated) Commits 0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final 72df658 Fix MQTT decoder size check after variable header replay (#16787) 7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833) 9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(... 4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794) f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe... 0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ... a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749) c328ba2 Fix ResumptionController wrapping (#16815) bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804) Additional commits viewable in compare view Updates io.netty:netty-handler-proxy from 4.2.12.Final to 4.2.14.Final Release notes Sourced from io.netty:netty-handler-proxy's releases. netty-4.2.14.Final What's Changed HTTP: Fix revapi failure introduced by 84530fa81e12dcd1d42310bb20c1385cb44128d8 by @​normanmaurer in netty/netty#16748 HTTP: Re-add constructor to HttpProxyHandler that was removed by mistake by @​normanmaurer in netty/netty#16747 Marshalling: Explicit document security requirements by @​normanmaurer in netty/netty#16752 Fix io_uring op completion TRACE logging by @​chrisvest in netty/netty#16755 Quic: Ensure writes are done before notify close promise of QuicheQui… by @​normanmaurer in netty/netty#16758 Avoid re-parsing openssl key material with non-cached provider by @​chrisvest in netty/netty#16759 Pin HTTP/RTSP version + method normalization to Locale.US by @​daguimu in netty/netty#16765 Fill MsgHdrMemoryArray#hdrs with null entry on release by @​tsegismont in netty/netty#16764 Revapi: Use default "oldVersion" by @​chrisvest in netty/netty#16774 Adaptive: Fix concurrency issue in adaptive allocator by @​chrisvest in netty/netty#16767 Auto-port 4.2: Make bulk byte moving in ByteBuf faster by @​netty-project-bot in netty/netty#16781 Pin multipart Content-Type / Content-Transfer-Encoding case folding to Locale.US by @​daguimu in netty/netty#16768 Remove dead native declarations by @​pandareen in netty/netty#16783 Isolate tests that modify available Security providers by @​chrisvest in netty/netty#16793 Remove test annotations from a method that isn't a test by @​chrisvest in netty/netty#16792 Enable OpenSslCachingKeyMaterialProvider to evict stale entries after cert rotation by @​zhangweikop in netty/netty#16523 IoUring: extend user data from short to long by @​dreamlike-ocean in netty/netty#16682 Revert CompositeByteBuf component search fast path by @​yawkat in netty/netty#16811 HTTP2: Use 100 as default max concurrent streams setting by @​normanmaurer in netty/netty#16804 Fix ResumptionController wrapping by @​chrisvest in netty/netty#16815 Resolve all localhost addresses without querying DNS servers by @​JulianVennen in netty/netty#16749 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules are configured but remote peer is using ipv4 by @​normanmaurer in netty/netty#16803 Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe by @​dreamlike-ocean in netty/netty#16788 Route synchronous onLookupComplete exceptions via fireExceptionCaught by @​kwondh5217 in netty/netty#16794 IoUring: Stop generic FileRegion drain loop when transferred() reaches count() by @​LuciferYang in netty/netty#16826 MQTT: Allow MQTT 5 CONNECT with password only by @​shblue21 in netty/netty#16833 Fix MQTT decoder size check after variable header replay by @​daguimu in netty/netty#16787 New Contributors @​pandareen made their first contribution in netty/netty#16783 @​zhangweikop made their first contribution in netty/netty#16523 @​JulianVennen made their first contribution in netty/netty#16749 @​kwondh5217 made their first contribution in netty/netty#16794 @​shblue21 made their first contribution in netty/netty#16833 Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final 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) ... (truncated) Commits 0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final 72df658 Fix MQTT decoder size check after variable header replay (#16787) 7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833) 9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(... 4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794) f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe... 0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ... a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749) c328ba2 Fix ResumptionController wrapping (#16815) bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804) Additional commits viewable in compare view Updates io.netty:netty-transport-native-epoll from 4.2.12.Final to 4.2.14.Final Release notes Sourced from io.netty:netty-transport-native-epoll's releases. netty-4.2.14.Final What's Changed HTTP: Fix revapi failure introduced by 84530fa81e12dcd1d42310bb20c1385cb44128d8 by @​normanmaurer in netty/netty#16748 HTTP: Re-add constructor to HttpProxyHandler that was removed by mistake by @​normanmaurer in netty/netty#16747 Marshalling: Explicit document security requirements by @​normanmaurer in netty/netty#16752 Fix io_uring op completion TRACE logging by @​chrisvest in netty/netty#16755 Quic: Ensure writes are done before notify close promise of QuicheQui… by @​normanmaurer in netty/netty#16758 Avoid re-parsing openssl key material with non-cached provider by @​chrisvest in netty/netty#16759 Pin HTTP/RTSP version + method normalization to Locale.US by @​daguimu in netty/netty#16765 Fill MsgHdrMemoryArray#hdrs with null entry on release by @​tsegismont in netty/netty#16764 Revapi: Use default "oldVersion" by @​chrisvest in netty/netty#16774 Adaptive: Fix concurrency issue in adaptive allocator by @​chrisvest in netty/netty#16767 Auto-port 4.2: Make bulk byte moving in ByteBuf faster by @​netty-project-bot in netty/netty#16781 Pin multipart Content-Type / Content-Transfer-Encoding case folding to Locale.US by @​daguimu in netty/netty#16768 Remove dead native declarations by @​pandareen in netty/netty#16783 Isolate tests that modify available Security providers by @​chrisvest in netty/netty#16793 Remove test annotations from a method that isn't a test by @​chrisvest in netty/netty#16792 Enable OpenSslCachingKeyMaterialProvider to evict stale entries after cert rotation by @​zhangweikop in netty/netty#16523 IoUring: extend user data from short to long by @​dreamlike-ocean in netty/netty#16682 Revert CompositeByteBuf component search fast path by @​yawkat in netty/netty#16811 HTTP2: Use 100 as default max concurrent streams setting by @​normanmaurer in netty/netty#16804 Fix ResumptionController wrapping by @​chrisvest in netty/netty#16815 Resolve all localhost addresses without querying DNS servers by @​JulianVennen in netty/netty#16749 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules are configured but remote peer is using ipv4 by @​normanmaurer in netty/netty#16803 Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe by @​dreamlike-ocean in netty/netty#16788 Route synchronous onLookupComplete exceptions via fireExceptionCaught by @​kwondh5217 in netty/netty#16794 IoUring: Stop generic FileRegion drain loop when transferred() reaches count() by @​LuciferYang in netty/netty#16826 MQTT: Allow MQTT 5 CONNECT with password only by @​shblue21 in netty/netty#16833 Fix MQTT decoder size check after variable header replay by @​daguimu in netty/netty#16787 New Contributors @​pandareen made their first contribution in netty/netty#16783 @​zhangweikop made their first contribution in netty/netty#16523 @​JulianVennen made their first contribution in netty/netty#16749 @​kwondh5217 made their first contribution in netty/netty#16794 @​shblue21 made their first contribution in netty/netty#16833 Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final 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) ... (truncated) Commits 0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final 72df658 Fix MQTT decoder size check after variable header replay (#16787) 7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833) 9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(... 4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794) f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe... 0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ... a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749) c328ba2 Fix ResumptionController wrapping (#16815) bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804) Additional commits viewable in compare view Updates io.netty:netty-transport-native-kqueue from 4.2.12.Final to 4.2.14.Final Release notes Sourced from io.netty:netty-transport-native-kqueue's releases. netty-4.2.14.Final What's Changed HTTP: Fix revapi failure introduced by 84530fa81e12dcd1d42310bb20c1385cb44128d8 by @​normanmaurer in netty/netty#16748 HTTP: Re-add constructor to HttpProxyHandler that was removed by mistake by @​normanmaurer in netty/netty#16747 Marshalling: Explicit document security requirements by @​normanmaurer in netty/netty#16752 Fix io_uring op completion TRACE logging by @​chrisvest in netty/netty#16755 Quic: Ensure writes are done before notify close promise of QuicheQui… by @​normanmaurer in netty/netty#16758 Avoid re-parsing openssl key material with non-cached provider by @​chrisvest in netty/netty#16759 Pin HTTP/RTSP version + method normalization to Locale.US by @​daguimu in netty/netty#16765 Fill MsgHdrMemoryArray#hdrs with null entry on release by @​tsegismont in netty/netty#16764 Revapi: Use default "oldVersion" by @​chrisvest in netty/netty#16774 Adaptive: Fix concurrency issue in adaptive allocator by @​chrisvest in netty/netty#16767 Auto-port 4.2: Make bulk byte moving in ByteBuf faster by @​netty-project-bot in netty/netty#16781 Pin multipart Content-Type / Content-Transfer-Encoding case folding to Locale.US by @​daguimu in netty/netty#16768 Remove dead native declarations by @​pandareen in netty/netty#16783 Isolate tests that modify available Security providers by @​chrisvest in netty/netty#16793 Remove test annotations from a method that isn't a test by @​chrisvest in netty/netty#16792 Enable OpenSslCachingKeyMaterialProvider to evict stale entries after cert rotation by @​zhangweikop in netty/netty#16523 IoUring: extend user data from short to long by @​dreamlike-ocean in netty/netty#16682 Revert CompositeByteBuf component search fast path by @​yawkat in netty/netty#16811 HTTP2: Use 100 as default max concurrent streams setting by @​normanmaurer in netty/netty#16804 Fix ResumptionController wrapping by @​chrisvest in netty/netty#16815 Resolve all localhost addresses without querying DNS servers by @​JulianVennen in netty/netty#16749 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules are configured but remote peer is using ipv4 by @​normanmaurer in netty/netty#16803 Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe by @​dreamlike-ocean in netty/netty#16788 Route synchronous onLookupComplete exceptions via fireExceptionCaught by @​kwondh5217 in netty/netty#16794 IoUring: Stop generic FileRegion drain loop when transferred() reaches count() by @​LuciferYang in netty/netty#16826 MQTT: Allow MQTT 5 CONNECT with password only by @​shblue21 in netty/netty#16833 Fix MQTT decoder size check after variable header replay by @​daguimu in netty/netty#16787 New Contributors @​pandareen made their first contribution in netty/netty#16783 @​zhangweikop made their first contribution in netty/netty#16523 @​JulianVennen made their first contribution in netty/netty#16749 @​kwondh5217 made their first contribution in netty/netty#16794 @​shblue21 made their first contribution in netty/netty#16833 Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final 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) ... (truncated) Commits 0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final 72df658 Fix MQTT decoder size check after variable header replay (#16787) 7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833) 9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(... 4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794) f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe... 0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ... a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749) c328ba2 Fix ResumptionController wrapping (#16815) bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804) Additional commits viewable in compare view You can trigger a rebase of this PR by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) This change is 

Open Graph Description: Bumps netty.version from 4.2.12.Final to 4.2.14.Final. Updates io.netty:netty-codec-http from 4.2.12.Final to 4.2.14.Final Release notes Sourced from io.netty:netty-codec-http's releases. net...

X Description: Bumps netty.version from 4.2.12.Final to 4.2.14.Final. Updates io.netty:netty-codec-http from 4.2.12.Final to 4.2.14.Final Release notes Sourced from io.netty:netty-codec-http's releases. ...

Opengraph URL: https://github.com/docker-java/docker-java/pull/2632

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:f0aff36c-82d7-a78a-18a4-4ebb20147676
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC102:21FF2C:10922EB:15F3FDC:6A51C4F5
html-safe-nonce582ef72b3bf3c481ff2ad20d35bc58a0c450827eda80c2130929b1b9ebc5dcff
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMTAyOjIxRkYyQzoxMDkyMkVCOjE1RjNGREM6NkE1MUM0RjUiLCJ2aXNpdG9yX2lkIjoiNTY4NzU2ODc4MjMyODk3MjUzMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac381610726eef28697bf9ab6d0c05abddef06f875e07e9cd2d85edadaae264afe
hovercard-subject-tagpull_request:3743836301
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/docker-java/docker-java/pull/2632/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps netty.version from 4.2.12.Final to 4.2.14.Final. Updates io.netty:netty-codec-http from 4.2.12.Final to 4.2.14.Final Release notes Sourced from io.netty:netty-codec-http's releases. net...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/docker-java/docker-java git https://github.com/docker-java/docker-java.git
octolytics-dimension-user_id7772003
octolytics-dimension-user_logindocker-java
octolytics-dimension-repository_id20415251
octolytics-dimension-repository_nwodocker-java/docker-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id20415251
octolytics-dimension-repository_network_root_nwodocker-java/docker-java
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/docker-java/docker-java/pull/2632/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocker-java%2Fdocker-java%2Fpull%2F2632%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocker-java%2Fdocker-java%2Fpull%2F2632%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=docker-java%2Fdocker-java
Reloadhttps://github.com/docker-java/docker-java/pull/2632/files
Reloadhttps://github.com/docker-java/docker-java/pull/2632/files
Reloadhttps://github.com/docker-java/docker-java/pull/2632/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/2632/files
docker-java https://github.com/docker-java
docker-javahttps://github.com/docker-java/docker-java
Notifications https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Fork 1.1k https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Star 3.2k https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Code https://github.com/docker-java/docker-java
Issues 38 https://github.com/docker-java/docker-java/issues
Pull requests 57 https://github.com/docker-java/docker-java/pulls
Discussions https://github.com/docker-java/docker-java/discussions
Actions https://github.com/docker-java/docker-java/actions
Projects https://github.com/docker-java/docker-java/projects
Security and quality 0 https://github.com/docker-java/docker-java/security
Insights https://github.com/docker-java/docker-java/pulse
Code https://github.com/docker-java/docker-java
Issues https://github.com/docker-java/docker-java/issues
Pull requests https://github.com/docker-java/docker-java/pulls
Discussions https://github.com/docker-java/docker-java/discussions
Actions https://github.com/docker-java/docker-java/actions
Projects https://github.com/docker-java/docker-java/projects
Security and quality https://github.com/docker-java/docker-java/security
Insights https://github.com/docker-java/docker-java/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fdocker-java%2Fdocker-java%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fdocker-java%2Fdocker-java%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/docker-java/docker-java/tree/main
dependabot/maven/netty.version-4.2.14.Finalhttps://github.com/docker-java/docker-java/tree/dependabot/maven/netty.version-4.2.14.Final
Conversation 1 https://github.com/docker-java/docker-java/pull/2632
Commits 1 https://github.com/docker-java/docker-java/pull/2632/commits
Checks 4 https://github.com/docker-java/docker-java/pull/2632/checks
Files changed https://github.com/docker-java/docker-java/pull/2632/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/2632/files
Bump netty.version from 4.2.12.Final to 4.2.14.Final https://github.com/docker-java/docker-java/pull/2632/files#top
Show all changes 1 commit https://github.com/docker-java/docker-java/pull/2632/files
d5c2672 Bump netty.version from 4.2.12.Final to 4.2.14.Final dependabot[bot] May 25, 2026 https://github.com/docker-java/docker-java/pull/2632/commits/d5c267277f5e6e81aa23cb7dca676c634d9e22dc
Clear filters https://github.com/docker-java/docker-java/pull/2632/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/2632/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/2632/files
https://github.com/docker-java/docker-java/blob/main/.github/CODEOWNERS#L1
pom.xmlhttps://github.com/docker-java/docker-java/pull/2632/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
View file https://github.com/docker-java/docker-java/blob/d5c267277f5e6e81aa23cb7dca676c634d9e22dc/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/docker-java/docker-java/pull/2632/{{ revealButtonHref }}
https://github.com/docker-java/docker-java/pull/2632/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://github.com/docker-java/docker-java/pull/2632/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
Please reload this pagehttps://github.com/docker-java/docker-java/pull/2632/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.