File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ dependencies {
11
11
api(" io.grpc:grpc-context" )
12
12
api(" io.grpc:grpc-api" )
13
13
api(" io.grpc:grpc-inprocess" )
14
+ api(platform(" io.netty:netty-bom:4.1.108.Final" )) {
15
+ because(" CVE-2023-44487" )
16
+ }
14
17
constraints {
15
18
api(" com.google.protobuf:protobuf-java:3.25.5" ) {
16
19
because(" https://nvd.nist.gov/vuln/detail/CVE-2024-7254" )
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ dependencies {
13
13
api(platform(" io.grpc:grpc-bom:1.60.0" ))
14
14
api(" io.grpc:grpc-context" )
15
15
api(" io.grpc:grpc-api" )
16
+
17
+ api(platform(" io.netty:netty-bom:4.1.108.Final" )) {
18
+ because(" CVE-2023-44487" )
19
+ }
16
20
constraints {
17
21
api(" com.google.protobuf:protobuf-java:3.25.5" ) {
18
22
because(" https://nvd.nist.gov/vuln/detail/CVE-2024-7254" )
You can’t perform that action at this time.
0 commit comments