Skip to content

Commit 894f092

Browse files
refactor: update netty (#44)
1 parent 43d498f commit 894f092

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

grpc-client-utils/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"))

grpc-server-utils/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"))

0 commit comments

Comments
 (0)