Skip to content

Commit

Permalink
Bump io.netty:netty-buffer from 4.1.113.Final to 4.1.114.Final (#178)
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-buffer](https://github.com/netty/netty) from
4.1.113.Final to 4.1.114.Final.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/netty/netty/commit/7679b9efdec71b54d06db91eef40ad913681294a"><code>7679b9e</code></a>
[maven-release-plugin] prepare release netty-4.1.114.Final</li>
<li><a
href="https://github.com/netty/netty/commit/d5f4bfb6c9ca14bd5820fa61a9ce3352492de872"><code>d5f4bfb</code></a>
Refactor DnsNameResolver to be able to use different strategies when …
(<a
href="https://redirect.github.com/netty/netty/issues/14374">#14374</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/041eaed17b066eefac20b6182533ffebd029d5f2"><code>041eaed</code></a>
Re-add previous removed method to make revapi plugin happy again.</li>
<li><a
href="https://github.com/netty/netty/commit/232a5abfdd5f5e9bfa397ba3e0a0c4ca89876c6a"><code>232a5ab</code></a>
DnsResolverBuilder methods should make it clear that these are for Da…
(<a
href="https://redirect.github.com/netty/netty/issues/14379">#14379</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/e87ce47ea4a4866697d5cb986cfb173185498fee"><code>e87ce47</code></a>
Initialize <code>DnsNameResolverBuilder</code> at runtime for native
images (<a
href="https://redirect.github.com/netty/netty/issues/14376">#14376</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/3f66dd22efde67fa775bc1bb353c0d803756abb2"><code>3f66dd2</code></a>
Make it possible to notify the TrustManager of resumed sessions (<a
href="https://redirect.github.com/netty/netty/issues/14358">#14358</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/c036b9917f20a2704150a0c034ad3477c2b737b0"><code>c036b99</code></a>
DnsNameResolver: allow users to skip bind() during bootstrap (<a
href="https://redirect.github.com/netty/netty/issues/14375">#14375</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/56a91017242c57706762bd7359c921c43af64fa7"><code>56a9101</code></a>
Update small documentation typo (<a
href="https://redirect.github.com/netty/netty/issues/14370">#14370</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/8362d9d9fd695ad8276a8c1db7733ec29e4c3619"><code>8362d9d</code></a>
Fix flaky BootstrapTest (<a
href="https://redirect.github.com/netty/netty/issues/14369">#14369</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/bbd3a4a50ed23f2ae6c3d16b17b4423722380296"><code>bbd3a4a</code></a>
Fix OpenSslClientSessionCache remove (<a
href="https://redirect.github.com/netty/netty/issues/14366">#14366</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/netty/netty/compare/netty-4.1.113.Final...netty-4.1.114.Final">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-buffer&package-manager=maven&previous-version=4.1.113.Final&new-version=4.1.114.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent a4d83e5 commit f445a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.113.Final</version>
<version>4.1.114.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit f445a75

Please sign in to comment.