build(deps): bump io.projectreactor.netty:reactor-netty from 1.3.4 to 1.3.5 #498

Merged
dependabot[bot] merged 1 commit from dependabot/gradle/io.projectreactor.netty-reactor-netty-1.3.5 into master 2026-04-22 19:23:01 -07:00
dependabot[bot] commented 2026-04-20 02:08:41 -07:00 (Migrated from github.com)

Bumps io.projectreactor.netty:reactor-netty from 1.3.4 to 1.3.5.

Release notes

Sourced from io.projectreactor.netty:reactor-netty's releases.

v1.3.5

Reactor Netty 1.3.5 is part of 2025.0.5 Release Train.

What's Changed

New features and improvements

🐞 Bug fixes

  • Ensure connection concurrency and acquired counters are updated before delivering the slot by @​violetagg in #4179
  • Fix StackOverflowError in ServerTransport graceful shutdown by @​violetagg in #4181
  • Fix invalidated connection reuse in Http2Pool by @​violetagg in #4180

New Contributors

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.3.4...v1.3.5

Commits
  • b68daca [release] Prepare and release 1.3.5
  • f8fc51b Merge-ignore release 1.2.17 into 1.3.5
  • 4cffaf0 [release] Back to snapshots, next is 1.2.18-SNAPSHOT
  • 3f6ae4c Defer asciidoctor-pdf check to execution time
  • 9f6f3e0 [release] Prepare and release 1.2.17
  • 7b2c429 Merge #4190 into 1.3.5
  • 6225c6d Bump ruby/setup-ruby from 1.299.0 to 1.301.0 (#4190)
  • f4f9b50 Bump org.bouncycastle:bcpkix-jdk18on from 1.83 to 1.84 (#4191)
  • 5b344dc Merge #4187 into 1.3.5
  • e177f39 Bump @​springio/antora-extensions from 1.14.10 to 1.14.11 in /docs (#4187)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> 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)
Bumps [io.projectreactor.netty:reactor-netty](https://github.com/reactor/reactor-netty) from 1.3.4 to 1.3.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/reactor/reactor-netty/releases">io.projectreactor.netty:reactor-netty's releases</a>.</em></p> <blockquote> <h2>v1.3.5</h2> <!-- raw HTML omitted --> <p><code>Reactor Netty</code> <code>1.3.5</code> is part of <strong><code>2025.0.5</code> Release Train</strong>.</p> <h2>What's Changed</h2> <h3>:sparkles: New features and improvements</h3> <ul> <li>Depend on <code>Reactor Core</code> <code>v3.8.5</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in b68dacab12f5ff46575f9009f34ea676a212879d, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.8.5">release notes</a></li> <li>Depend on <code>Netty</code> <code>v4.2.12.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4167">#4167</a></li> <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.75.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4148">#4148</a></li> <li>Depend on <code>Brave</code> <code>v6.3.1</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4159">#4159</a></li> <li>Optimise <code>uri</code> construction with <code>baseUrl</code> in <code>HttpClientHandler</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4130">#4130</a></li> <li>Optimise <code>UriEndpoint#toSocketAddressStringWithoutDefaultPort</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4131">#4131</a></li> <li>Store resolved <code>SocketAddress</code> in <code>UriEndpoint</code> for absolute URLs by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4132">#4132</a></li> <li>Lazily compute <code>HttpClientOperations#resourceUrl</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4135">#4135</a></li> <li>Pre-compute <code>path</code> in <code>UriEndpoint</code> when <code>URI</code> is provided by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4136">#4136</a></li> <li>Cleanup <code>HTTP/2</code> <code>WebSocket</code> extension handlers by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4152">#4152</a></li> <li>Optimise <code>Flux</code> body accumulation for <code>GET/HEAD/DELETE</code> requests by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4164">#4164</a></li> <li>Fix <code>HTTP/3</code> connection pool max streams handling by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4182">#4182</a></li> </ul> <h3>:lady_beetle: Bug fixes</h3> <ul> <li>Ensure connection concurrency and acquired counters are updated before delivering the slot by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4179">#4179</a></li> <li>Fix <code>StackOverflowError</code> in <code>ServerTransport</code> graceful shutdown by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4181">#4181</a></li> <li>Fix invalidated connection reuse in <code>Http2Pool</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4180">#4180</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Junuu"><code>@​Junuu</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-netty/issues/4137">#4137</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-netty/compare/v1.3.4...v1.3.5">https://github.com/reactor/reactor-netty/compare/v1.3.4...v1.3.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reactor/reactor-netty/commit/b68dacab12f5ff46575f9009f34ea676a212879d"><code>b68daca</code></a> [release] Prepare and release 1.3.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/f8fc51b320b89fffeb9afad30343436ec9d0f2b4"><code>f8fc51b</code></a> Merge-ignore release 1.2.17 into 1.3.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/4cffaf0d33d44ee70abf41dd03a05d3f62cdcbf6"><code>4cffaf0</code></a> [release] Back to snapshots, next is 1.2.18-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-netty/commit/3f6ae4cfdac208102d3b8046452fdd970afa220c"><code>3f6ae4c</code></a> Defer asciidoctor-pdf check to execution time</li> <li><a href="https://github.com/reactor/reactor-netty/commit/9f6f3e0ee844982a5332b6e4892f38e97e11c8e2"><code>9f6f3e0</code></a> [release] Prepare and release 1.2.17</li> <li><a href="https://github.com/reactor/reactor-netty/commit/7b2c4299a7b5db8b556a44b8fa76696b797ba6d7"><code>7b2c429</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/4190">#4190</a> into 1.3.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/6225c6d761e5429531100f79c52ebbecf9dca8f5"><code>6225c6d</code></a> Bump ruby/setup-ruby from 1.299.0 to 1.301.0 (<a href="https://redirect.github.com/reactor/reactor-netty/issues/4190">#4190</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/f4f9b50707337954bb9fa65131eaa1199447ba2c"><code>f4f9b50</code></a> Bump org.bouncycastle:bcpkix-jdk18on from 1.83 to 1.84 (<a href="https://redirect.github.com/reactor/reactor-netty/issues/4191">#4191</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/5b344dc4d31cce2f68ea431d10f8adb207a91693"><code>5b344dc</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/4187">#4187</a> into 1.3.5</li> <li><a href="https://github.com/reactor/reactor-netty/commit/e177f3946d32f88289969b79f9ee90edfaab87b3"><code>e177f39</code></a> Bump <code>@​springio/antora-extensions</code> from 1.14.10 to 1.14.11 in /docs (<a href="https://redirect.github.com/reactor/reactor-netty/issues/4187">#4187</a>)</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-netty/compare/v1.3.4...v1.3.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.projectreactor.netty:reactor-netty&package-manager=gradle&previous-version=1.3.4&new-version=1.3.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details>
Sign in to join this conversation.
No description provided.