Skip to content

Commit

Permalink
fix(protobuf): upgrade protobuf version to avoid CVE-2024-24786 (#148)
Browse files Browse the repository at this point in the history
Signed-off-by: suzi1037 <xiaoxin09@hotmail.com>
  • Loading branch information
suzi1037 authored Aug 17, 2024
1 parent d0fa97d commit 3cd8105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
go.uber.org/automaxprocs v1.5.1
google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.32.0
google.golang.org/protobuf v1.33.0
)

require (
Expand Down

0 comments on commit 3cd8105

Please sign in to comment.