-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies to address CVE-2023-2976
Signed-off-by: Mark S. Lewis <[email protected]>
- Loading branch information
1 parent
f8bbc7f
commit f4e976c
Showing
6 changed files
with
310 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,15 +25,15 @@ HTTPS_GIT := https://github.com/hyperledger/fabric-protos.git | |
SSH_GIT := ssh://[email protected]/hyperledger/fabric-protos.git | ||
|
||
# This controls the version of buf to install and use. | ||
BUF_VERSION := 1.20.0 | ||
BUF_VERSION := 1.25.1 | ||
# If true, Buf is installed from source instead of from releases | ||
BUF_INSTALL_FROM_SOURCE := false | ||
|
||
PROTOC_VERSION := 23.2 | ||
PROTOC_VERSION := 23.4 | ||
PROTOC_GEN_DOC_VERSION := 1.5.1 | ||
PROTOC_GEN_GO_VERSION := 1.30.0 | ||
PROTOC_GEN_GO_VERSION := 1.31.0 | ||
PROTOC_GEN_GO_GRPC_VERSION := 1.3.0 | ||
PROTOC_GEN_GRPC_JAVA_VERSION := 1.55.1 | ||
PROTOC_GEN_GRPC_JAVA_VERSION := 1.57.1 | ||
PROTOC_GEN_JS_VERSION := 3.21.2 | ||
GRPC_TOOLS_VERSION := 1.12.4 | ||
TS_PROTOC_GEN_VERSION := 0.15.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.