chore: resolve open dependabot security alerts - #314
Merged
Conversation
- io.netty:netty-codec-http 4.2.15.Final -> 4.2.16.Final (alerts #48, #49, #50, #51, #52, #53) - io.netty:netty-codec-http2 4.2.15.Final -> 4.2.16.Final (alert #54) - io.netty:netty-codec-compression 4.2.15.Final -> 4.2.16.Final (alert #55) - io.netty:netty-codec, netty-handler, netty-handler-proxy, netty-common 4.2.15.Final -> 4.2.16.Final (transitive netty modules pulled in via alert #56 and related advisories)
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
JamieSinn
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
4.2.15.Finalto4.2.16.Finalin the rootbuild.gradleresolution strategy (buildscript classpath and subprojects configurations)Dependabot Alerts Resolved
io.netty:netty-codec-httpio.netty:netty-codec-compressionio.netty:netty-codec-http2io.netty:netty-codec-httpio.netty:netty-codec-httpio.netty:netty-codec-httpio.netty:netty-codec-httpio.netty:netty-codec-httpio.netty:netty-codec-httpNetty is pulled in transitively via the buildscript classpath (through
grpc-netty, used by a build plugin), not as a runtime dependency of the SDK itself. Verified via./gradlew buildEnvironmentthat all Netty artifacts now resolve to4.2.16.Final.Test plan
./gradlew buildsucceeds./gradlew buildEnvironmentconfirms allio.netty:*artifacts resolve to4.2.16.Final./gradlew testDebugUnitTestpasses (167/167); one intermittent timing-based test (DevCycleClientTests > variable calls back when variable value changes, usesCountDownLatch.await) failed once and passed on retry — confirmed pre-existing flake unrelated to this change