Assigned
Status Update
Comments
ma...@gmail.com <ma...@gmail.com> #2
I tried adding screenshotTestImplementation(libs.androidx.window)
but it didn't fix it.
No update yet.
I tried adding screenshotTestImplementation(libs.androidx.window)
but it didn't fix it.
Description
DESCRIBE THE ISSUE IN DETAIL:
We usehttps://github.com/gradle/github-dependency-graph-gradle-plugin to perform GitHub Dependabot vulnerability scanning on our project. After upgrading to AGP 3.4.0 it started to trigger warnings about older versions of dependencies in the
io.netty
group.They seem to come from the
_internal-unified-test-platform-android-test-plugin-host-emulator-control
configuration as a transitive dep from grpc stuff.I'm fully aware that these warnings (e.g. HTTP/2 RST attack) don't apply to UTP in question so I could silence the warnings but as this project has also JVM components that do use Netty (and a later version) I'd much rather still get warnings about Netty security issues.
STEPS TO REPRODUCE:
Studio Build: Jellyfish 2023.3.1 Version of Gradle Plugin: 8.4.0 Version of Gradle: 8.7 Version of Java: Zulu 21.0.1+15 OS: macOS