Skip to content

Commit 3cd8105

Browse files
authored
fix(protobuf): upgrade protobuf version to avoid CVE-2024-24786 (#148)
Signed-off-by: suzi1037 <[email protected]>
1 parent d0fa97d commit 3cd8105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
go.uber.org/automaxprocs v1.5.1
99
google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529
1010
google.golang.org/grpc v1.56.3
11-
google.golang.org/protobuf v1.32.0
11+
google.golang.org/protobuf v1.33.0
1212
)
1313

1414
require (

0 commit comments

Comments
 (0)