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 3466c0f commit 8334a2dCopy full SHA for 8334a2d
grpc-server-utils/build.gradle.kts
@@ -14,6 +14,12 @@ dependencies {
14
api("io.grpc:grpc-context")
15
api("io.grpc:grpc-api")
16
17
+ constraints {
18
+ api("io.netty:netty-codec-http2:4.1.77.Final") {
19
+ because("https://snyk.io/vuln/SNYK-JAVA-IONETTY-2812456")
20
+ }
21
22
+
23
implementation(project(":grpc-context-utils"))
24
implementation("org.slf4j:slf4j-api:1.7.36")
25
0 commit comments