File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ plugins {
6
6
}
7
7
8
8
dependencies {
9
- constraints {
10
- api(" io.netty:netty-codec-http2:4.1.77.Final" ) {
11
- because(" https://snyk.io/vuln/SNYK-JAVA-IONETTY-2812456" )
12
- }
13
- }
9
+
14
10
api(platform(" io.grpc:grpc-bom:1.47.0" ))
15
11
api(" io.grpc:grpc-context" )
16
12
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" )
15
+ }
17
16
18
17
implementation(project(" :grpc-context-utils" ))
19
18
implementation(" org.slf4j:slf4j-api:1.7.36" )
Original file line number Diff line number Diff line change @@ -14,10 +14,8 @@ dependencies {
14
14
api(" io.grpc:grpc-context" )
15
15
api(" io.grpc:grpc-api" )
16
16
17
- constraints {
18
- api(" io.netty:netty-codec-http2:4.1.77.Final" ) {
19
- because(" https://snyk.io/vuln/SNYK-JAVA-IONETTY-2812456" )
20
- }
17
+ api(platform(" io.netty:netty-bom:4.1.79.Final" )) {
18
+ because(" https://snyk.io/vuln/SNYK-JAVA-IONETTY-2812456" )
21
19
}
22
20
23
21
implementation(project(" :grpc-context-utils" ))
You can’t perform that action at this time.
0 commit comments