File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencies {
1010 api(platform(" io.grpc:grpc-bom:1.50.0" ))
1111 api(" io.grpc:grpc-context" )
1212 api(" io.grpc:grpc-api" )
13- api(platform(" io.netty:netty-bom:4.1.79 .Final" )) {
14- because(" https://snyk.io/vuln/SNYK-JAVA-IONETTY-2812456 " )
13+ api(platform(" io.netty:netty-bom:4.1.86 .Final" )) {
14+ because(" CVE-2022-41881 " )
1515 }
1616
1717 implementation(project(" :grpc-context-utils" ))
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ dependencies {
1414 api(" io.grpc:grpc-context" )
1515 api(" io.grpc:grpc-api" )
1616
17- api(platform(" io.netty:netty-bom:4.1.79 .Final" )) {
18- because(" https://snyk.io/vuln/SNYK-JAVA-IONETTY-2812456 " )
17+ api(platform(" io.netty:netty-bom:4.1.86 .Final" )) {
18+ because(" CVE-2022-41881 " )
1919 }
2020
2121 implementation(project(" :grpc-context-utils" ))
You can’t perform that action at this time.
0 commit comments