We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5e959 commit 84e5de1Copy full SHA for 84e5de1
grpc-client-utils/build.gradle.kts
@@ -6,6 +6,11 @@ plugins {
6
}
7
8
dependencies {
9
+ constraints {
10
+ api("io.netty:netty-codec-http2:4.1.77.Final") {
11
+ because("https://snyk.io/vuln/SNYK-JAVA-IONETTY-2812456")
12
+ }
13
14
api(platform("io.grpc:grpc-bom:1.45.1"))
15
api("io.grpc:grpc-context")
16
api("io.grpc:grpc-api")
0 commit comments