Skip to content

Commit 8334a2d

Browse files
chore: constraint vulnerable netty version (#28)
1 parent 3466c0f commit 8334a2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

grpc-server-utils/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ dependencies {
1414
api("io.grpc:grpc-context")
1515
api("io.grpc:grpc-api")
1616

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+
1723
implementation(project(":grpc-context-utils"))
1824
implementation("org.slf4j:slf4j-api:1.7.36")
1925

0 commit comments

Comments
 (0)