Skip to content

Commit 84e5de1

Browse files
fix: add missing netty constraint on client utils (#30)
1 parent 8a5e959 commit 84e5de1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

grpc-client-utils/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ plugins {
66
}
77

88
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+
}
914
api(platform("io.grpc:grpc-bom:1.45.1"))
1015
api("io.grpc:grpc-context")
1116
api("io.grpc:grpc-api")

0 commit comments

Comments
 (0)