We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32eb86 commit 4049aaeCopy full SHA for 4049aae
2 files changed
grpc-client-utils/build.gradle.kts
@@ -11,6 +11,9 @@ 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.108.Final")) {
15
+ because("CVE-2023-44487")
16
+ }
17
constraints {
18
api("com.google.protobuf:protobuf-java:3.25.5") {
19
because("https://nvd.nist.gov/vuln/detail/CVE-2024-7254")
grpc-server-utils/build.gradle.kts
@@ -13,6 +13,10 @@ dependencies {
api(platform("io.grpc:grpc-bom:1.60.0"))
+
20
21
22
0 commit comments