-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump gRPC to 1.60.1 and protoc to 25.0 # Checklist The following aspects have been respected by the author of this pull request, confirmed by both pull request assignee **and** reviewer: * Changelog update (necessity checked and entry added or not added respectively) * [x] Pull Request Assignee * [x] Reviewer * README update (necessity checked and entry added or not added respectively) * [x] Pull Request Assignee * [x] Reviewer
- Loading branch information
1 parent
16243b7
commit b795ad7
Showing
3 changed files
with
11 additions
and
6 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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
BASE_PACKAGE_VERSION=4.1.0 | ||
COMMON_PROTOC_VERSION=24.1 | ||
JAVA_PROTOC_VERSION=3.24.1 | ||
JAVA_GRPC_VERSION=1.58.0 | ||
PYTHON_PROTOC_VERSION=4.24.1 | ||
PYTHON_GRPC_VERSION=1.58.0 | ||
COMMON_PROTOC_VERSION=25.0 | ||
JAVA_PROTOC_VERSION=3.25.0 | ||
JAVA_GRPC_VERSION=1.60.1 | ||
PYTHON_PROTOC_VERSION=4.25.0 | ||
PYTHON_GRPC_VERSION=1.60.1 |