We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f94e38 commit 253debeCopy full SHA for 253debe
grpc-client-utils/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
api("io.grpc:grpc-context")
12
api("io.grpc:grpc-api")
13
api("io.grpc:grpc-inprocess")
14
- api(platform("io.netty:netty-bom:4.1.101.Final")) {
+ api(platform("io.netty:netty-bom:4.1.108.Final")) {
15
because("CVE-2023-44487")
16
}
17
grpc-server-utils/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
18
19
20
0 commit comments