File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ dependencies {
1111 api(" io.grpc:grpc-context" )
1212 api(" io.grpc:grpc-api" )
1313 api(" io.grpc:grpc-inprocess" )
14+ api(platform(" io.netty:netty-bom:4.1.108.Final" )) {
15+ because(" CVE-2023-44487" )
16+ }
1417 constraints {
1518 api(" com.google.protobuf:protobuf-java:3.25.5" ) {
1619 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 {
1313 api(platform(" io.grpc:grpc-bom:1.60.0" ))
1414 api(" io.grpc:grpc-context" )
1515 api(" io.grpc:grpc-api" )
16+
17+ api(platform(" io.netty:netty-bom:4.1.108.Final" )) {
18+ because(" CVE-2023-44487" )
19+ }
1620 constraints {
1721 api(" com.google.protobuf:protobuf-java:3.25.5" ) {
1822 because(" https://nvd.nist.gov/vuln/detail/CVE-2024-7254" )
You can’t perform that action at this time.
0 commit comments