Skip to content

Commit 253debe

Browse files
chore: update netty (#57)
1 parent 1f94e38 commit 253debe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grpc-client-utils/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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.101.Final")) {
14+
api(platform("io.netty:netty-bom:4.1.108.Final")) {
1515
because("CVE-2023-44487")
1616
}
1717

grpc-server-utils/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
api("io.grpc:grpc-context")
1515
api("io.grpc:grpc-api")
1616

17-
api(platform("io.netty:netty-bom:4.1.101.Final")) {
17+
api(platform("io.netty:netty-bom:4.1.108.Final")) {
1818
because("CVE-2023-44487")
1919
}
2020

0 commit comments

Comments
 (0)