Skip to content

Commit

Permalink
chore(deps): Bump io.netty:netty-codec-http2 from 4.1.116.Final to 4.…
Browse files Browse the repository at this point in the history
…1.117.Final (#4107)

Bumps [io.netty:netty-codec-http2](https://github.com/netty/netty) from
4.1.116.Final to 4.1.117.Final.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/netty/netty/commit/3b036489e24eb2a1e3bb45022a02a09eceaa8293"><code>3b03648</code></a>
[maven-release-plugin] prepare release netty-4.1.117.Final</li>
<li><a
href="https://github.com/netty/netty/commit/28a81c687725f6d3403341656b26a8b70391402f"><code>28a81c6</code></a>
Update java versions (<a
href="https://redirect.github.com/netty/netty/issues/14660">#14660</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/1bd459ac11ff8486641e619abdd732c7bbd94c70"><code>1bd459a</code></a>
Correcly handle comments appended to nameserver declarations (<a
href="https://redirect.github.com/netty/netty/issues/14658">#14658</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/ad00d19e5d1b488bb04c5da56571b1484ff547ef"><code>ad00d19</code></a>
Add configure to be able to use perf / intellij profiler within devco…
(<a
href="https://redirect.github.com/netty/netty/issues/14661">#14661</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/cd3dfe9b632671e7f8f7e5ca44918b34e888e14a"><code>cd3dfe9</code></a>
Update maven to 3.9.9 (<a
href="https://redirect.github.com/netty/netty/issues/14654">#14654</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/4d1f98d6caa518244b3edbc45b3e76c9712f4ec2"><code>4d1f98d</code></a>
Adaptive: Only use ThreadLocal if called from FastThreadLocalThread i…
(<a
href="https://redirect.github.com/netty/netty/issues/14656">#14656</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/01e14bc69941bcfcccfdd46d925f85ea6b71ec1e"><code>01e14bc</code></a>
Provides Brotli settings without <code>com.aayushatharva.brotli4j</code>
dependency (<a
href="https://redirect.github.com/netty/netty/issues/14">#14</a>...</li>
<li><a
href="https://github.com/netty/netty/commit/d5bad424324101ea336432d76313fa44995b0202"><code>d5bad42</code></a>
OpenSslSession: Add support to defensively check for peer certs (<a
href="https://redirect.github.com/netty/netty/issues/14641">#14641</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/b8e25e043a32c34e2c8e462bf26c37f2ec29c84d"><code>b8e25e0</code></a>
SslHandler: Ensure buffers are never leaked when wrap(...) produce SS…
(<a
href="https://redirect.github.com/netty/netty/issues/14647">#14647</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/9f0b38b7b6e01638075aa981872be306532f804b"><code>9f0b38b</code></a>
Reentrant close in EmbeddedChannel (<a
href="https://redirect.github.com/netty/netty/issues/14642">#14642</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/netty/netty/compare/netty-4.1.116.Final...netty-4.1.117.Final">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-codec-http2&package-manager=gradle&previous-version=4.1.116.Final&new-version=4.1.117.Final)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>
  • Loading branch information
Sgitario authored Jan 15, 2025
2 parents 4286b6d + 7bc6d56 commit a324a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ libraries["mapstruct"] = "org.mapstruct:mapstruct:${mapstructVersion}"
libraries["mapstruct-processor"] = "org.mapstruct:mapstruct-processor:${mapstructVersion}"
libraries["event-schemas"] = "com.redhat.cloud.event:event-schemas:1.4.11"
// overridden to address CVE-2023-44487
libraries["netty-codec-http2"] = "io.netty:netty-codec-http2:4.1.116.Final"
libraries["netty-codec-http2"] = "io.netty:netty-codec-http2:4.1.117.Final"
libraries["quarkus-logging-logback"] = "io.quarkiverse.logging.logback:quarkus-logging-logback:1.1.2"
libraries["quarkus-logging-splunk"] = "io.quarkiverse.logging.splunk:quarkus-logging-splunk:4.0.2"
libraries["resilience4j-spring-boot2"] = "io.github.resilience4j:resilience4j-spring-boot2:2.2.0"
Expand Down

0 comments on commit a324a93

Please sign in to comment.