Skip to content

Commit 0f60ec0

Browse files
Bump netty-bom from 4.1.85.Final to 4.1.86.Final (#2794)
Bumps [netty-bom](https://github.com/netty/netty) from 4.1.85.Final to 4.1.86.Final. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/netty/netty/commit/cde0e2d0508013c57612f7241a6660010fa7116c"><code>cde0e2d</code></a> [maven-release-plugin] prepare release netty-4.1.86.Final</li> <li><a href="https://github.com/netty/netty/commit/fe18adff1c2b333acb135ab779a3b9ba3295a1c4"><code>fe18adf</code></a> Merge pull request from GHSA-hh82-3pmq-7frp</li> <li><a href="https://github.com/netty/netty/commit/cd91cf3c99123bd1e53fd6a1de0e3d1922f05bb2"><code>cd91cf3</code></a> Merge pull request from GHSA-fx2c-96vj-985v</li> <li><a href="https://github.com/netty/netty/commit/7cc84285ea6f90f6af62fa465d1aafbbc497e889"><code>7cc8428</code></a> fixing some naming and typos that caused wrong value to be updated (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13031">#13031</a>)</li> <li><a href="https://github.com/netty/netty/commit/22d31519bc3fe34973a59b0fb43bbd580906388f"><code>22d3151</code></a> Save promises type pollution due to interface type checks (<a href="https://github-redirect.dependabot.com/netty/netty/issues/12980">#12980</a>)</li> <li><a href="https://github.com/netty/netty/commit/1baf9ef2f1f9da2b6965fb76e0562f344f895d6e"><code>1baf9ef</code></a> Enable SocketHalfClosedTest for epoll (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13025">#13025</a>)</li> <li><a href="https://github.com/netty/netty/commit/91527ff889384b436a21de4c2293ff3e915b0781"><code>91527ff</code></a> Correctly handle unresolvable InetSocketAddress when using DatagramChannel (#...</li> <li><a href="https://github.com/netty/netty/commit/b64a6e22b2f410d3092f4a2e9f8edcf8c51262b2"><code>b64a6e2</code></a> Revert#12888 for potential scheduling problems (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13021">#13021</a>)</li> <li><a href="https://github.com/netty/netty/commit/3bff0bee692b5bcb67f8fe5f900d2e899a7fa1f8"><code>3bff0be</code></a> Replace LinkedList with ArrayList (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13016">#13016</a>)</li> <li><a href="https://github.com/netty/netty/commit/d24defcdd901a437fd482d9c86cc181f6f93c01b"><code>d24defc</code></a> WebSocketClientHandshaker: add public accessors for parameters (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13009">#13009</a>)</li> <li>Additional commits viewable in <a href="https://github.com/netty/netty/compare/netty-4.1.85.Final...netty-4.1.86.Final">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-bom&package-manager=gradle&previous-version=4.1.85.Final&new-version=4.1.86.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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 33ae9de commit 0f60ec0

File tree

22 files changed

+79
-79
lines changed

22 files changed

+79
-79
lines changed

agent/agent-bootstrap/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ com.fasterxml.jackson:jackson-bom:2.14.1=runtimeClasspath
1010
com.google.guava:guava-bom:31.1-jre=runtimeClasspath
1111
com.squareup.moshi:moshi:1.11.0=runtimeClasspath
1212
com.squareup.okio:okio:1.17.5=runtimeClasspath
13-
io.netty:netty-bom:4.1.85.Final=runtimeClasspath
13+
io.netty:netty-bom:4.1.86.Final=runtimeClasspath
1414
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha=runtimeClasspath
1515
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:1.20.2=runtimeClasspath
1616
io.opentelemetry:opentelemetry-bom-alpha:1.20.1-alpha=runtimeClasspath

agent/agent-for-testing/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
com.azure:azure-sdk-bom:1.2.8=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.14.1=runtimeClasspath
66
com.google.guava:guava-bom:31.1-jre=runtimeClasspath
7-
io.netty:netty-bom:4.1.85.Final=runtimeClasspath
7+
io.netty:netty-bom:4.1.86.Final=runtimeClasspath
88
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:1.20.2=runtimeClasspath
1010
io.opentelemetry:opentelemetry-bom-alpha:1.20.1-alpha=runtimeClasspath

agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ com.azure:azure-sdk-bom:1.2.8=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.14.1=runtimeClasspath
66
com.google.errorprone:error_prone_annotations:2.16=runtimeClasspath
77
com.google.guava:guava-bom:31.1-jre=runtimeClasspath
8-
io.netty:netty-bom:4.1.85.Final=runtimeClasspath
8+
io.netty:netty-bom:4.1.86.Final=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha=runtimeClasspath
1010
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:1.20.2=runtimeClasspath
1111
io.opentelemetry:opentelemetry-bom-alpha:1.20.1-alpha=runtimeClasspath

agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ com.azure:azure-sdk-bom:1.2.8=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.14.1=runtimeClasspath
66
com.google.errorprone:error_prone_annotations:2.16=runtimeClasspath
77
com.google.guava:guava-bom:31.1-jre=runtimeClasspath
8-
io.netty:netty-bom:4.1.85.Final=runtimeClasspath
8+
io.netty:netty-bom:4.1.86.Final=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha=runtimeClasspath
1010
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:1.20.2=runtimeClasspath
1111
io.opentelemetry:opentelemetry-bom-alpha:1.20.1-alpha=runtimeClasspath

agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
com.azure:azure-sdk-bom:1.2.8=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.14.1=runtimeClasspath
66
com.google.guava:guava-bom:31.1-jre=runtimeClasspath
7-
io.netty:netty-bom:4.1.85.Final=runtimeClasspath
7+
io.netty:netty-bom:4.1.86.Final=runtimeClasspath
88
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:1.20.2=runtimeClasspath
1010
io.opentelemetry:opentelemetry-bom-alpha:1.20.1-alpha=runtimeClasspath

agent/agent-profiler/agent-alerting-api/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
com.azure:azure-sdk-bom:1.2.8=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.14.1=runtimeClasspath
66
com.google.guava:guava-bom:31.1-jre=runtimeClasspath
7-
io.netty:netty-bom:4.1.85.Final=runtimeClasspath
7+
io.netty:netty-bom:4.1.86.Final=runtimeClasspath
88
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:1.20.2=runtimeClasspath
1010
io.opentelemetry:opentelemetry-bom-alpha:1.20.1-alpha=runtimeClasspath

agent/agent-profiler/agent-alerting/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
com.azure:azure-sdk-bom:1.2.8=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.14.1=runtimeClasspath
66
com.google.guava:guava-bom:31.1-jre=runtimeClasspath
7-
io.netty:netty-bom:4.1.85.Final=runtimeClasspath
7+
io.netty:netty-bom:4.1.86.Final=runtimeClasspath
88
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:1.20.2=runtimeClasspath
1010
io.opentelemetry:opentelemetry-bom-alpha:1.20.1-alpha=runtimeClasspath

agent/agent-profiler/agent-diagnostics-api/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
com.azure:azure-sdk-bom:1.2.8=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.14.1=runtimeClasspath
66
com.google.guava:guava-bom:31.1-jre=runtimeClasspath
7-
io.netty:netty-bom:4.1.85.Final=runtimeClasspath
7+
io.netty:netty-bom:4.1.86.Final=runtimeClasspath
88
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:1.20.2=runtimeClasspath
1010
io.opentelemetry:opentelemetry-bom-alpha:1.20.1-alpha=runtimeClasspath

agent/agent-tooling/gradle.lockfile

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,28 @@ com.squareup.moshi:moshi-adapters:1.11.0=runtimeClasspath
2828
com.squareup.moshi:moshi:1.11.0=runtimeClasspath
2929
com.squareup.okio:okio:1.17.5=runtimeClasspath
3030
commons-codec:commons-codec:1.15=runtimeClasspath
31-
io.netty:netty-bom:4.1.85.Final=runtimeClasspath
32-
io.netty:netty-buffer:4.1.85.Final=runtimeClasspath
33-
io.netty:netty-codec-dns:4.1.85.Final=runtimeClasspath
34-
io.netty:netty-codec-http2:4.1.85.Final=runtimeClasspath
35-
io.netty:netty-codec-http:4.1.85.Final=runtimeClasspath
36-
io.netty:netty-codec-socks:4.1.85.Final=runtimeClasspath
37-
io.netty:netty-codec:4.1.85.Final=runtimeClasspath
38-
io.netty:netty-common:4.1.85.Final=runtimeClasspath
39-
io.netty:netty-handler-proxy:4.1.85.Final=runtimeClasspath
40-
io.netty:netty-handler:4.1.85.Final=runtimeClasspath
41-
io.netty:netty-resolver-dns-classes-macos:4.1.85.Final=runtimeClasspath
42-
io.netty:netty-resolver-dns-native-macos:4.1.85.Final=runtimeClasspath
43-
io.netty:netty-resolver-dns:4.1.85.Final=runtimeClasspath
44-
io.netty:netty-resolver:4.1.85.Final=runtimeClasspath
31+
io.netty:netty-bom:4.1.86.Final=runtimeClasspath
32+
io.netty:netty-buffer:4.1.86.Final=runtimeClasspath
33+
io.netty:netty-codec-dns:4.1.86.Final=runtimeClasspath
34+
io.netty:netty-codec-http2:4.1.86.Final=runtimeClasspath
35+
io.netty:netty-codec-http:4.1.86.Final=runtimeClasspath
36+
io.netty:netty-codec-socks:4.1.86.Final=runtimeClasspath
37+
io.netty:netty-codec:4.1.86.Final=runtimeClasspath
38+
io.netty:netty-common:4.1.86.Final=runtimeClasspath
39+
io.netty:netty-handler-proxy:4.1.86.Final=runtimeClasspath
40+
io.netty:netty-handler:4.1.86.Final=runtimeClasspath
41+
io.netty:netty-resolver-dns-classes-macos:4.1.86.Final=runtimeClasspath
42+
io.netty:netty-resolver-dns-native-macos:4.1.86.Final=runtimeClasspath
43+
io.netty:netty-resolver-dns:4.1.86.Final=runtimeClasspath
44+
io.netty:netty-resolver:4.1.86.Final=runtimeClasspath
4545
io.netty:netty-tcnative-boringssl-static:2.0.54.Final=runtimeClasspath
4646
io.netty:netty-tcnative-classes:2.0.54.Final=runtimeClasspath
47-
io.netty:netty-transport-classes-epoll:4.1.85.Final=runtimeClasspath
48-
io.netty:netty-transport-classes-kqueue:4.1.85.Final=runtimeClasspath
49-
io.netty:netty-transport-native-epoll:4.1.85.Final=runtimeClasspath
50-
io.netty:netty-transport-native-kqueue:4.1.85.Final=runtimeClasspath
51-
io.netty:netty-transport-native-unix-common:4.1.85.Final=runtimeClasspath
52-
io.netty:netty-transport:4.1.85.Final=runtimeClasspath
47+
io.netty:netty-transport-classes-epoll:4.1.86.Final=runtimeClasspath
48+
io.netty:netty-transport-classes-kqueue:4.1.86.Final=runtimeClasspath
49+
io.netty:netty-transport-native-epoll:4.1.86.Final=runtimeClasspath
50+
io.netty:netty-transport-native-kqueue:4.1.86.Final=runtimeClasspath
51+
io.netty:netty-transport-native-unix-common:4.1.86.Final=runtimeClasspath
52+
io.netty:netty-transport:4.1.86.Final=runtimeClasspath
5353
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha=runtimeClasspath
5454
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:1.20.2=runtimeClasspath
5555
io.opentelemetry:opentelemetry-bom-alpha:1.20.1-alpha=runtimeClasspath

agent/agent/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
com.azure:azure-sdk-bom:1.2.8=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.14.1=runtimeClasspath
66
com.google.guava:guava-bom:31.1-jre=runtimeClasspath
7-
io.netty:netty-bom:4.1.85.Final=runtimeClasspath
7+
io.netty:netty-bom:4.1.86.Final=runtimeClasspath
88
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:1.20.2=runtimeClasspath
1010
io.opentelemetry:opentelemetry-bom-alpha:1.20.1-alpha=runtimeClasspath

0 commit comments

Comments
 (0)