Skip to content

Commit

Permalink
[2/3] Bump grpc from 1.47.0 to 1.48.1
Browse files Browse the repository at this point in the history
Previous PR: bazelbuild#18240

Closes bazelbuild#18241.

PiperOrigin-RevId: 528053742
Change-Id: I360b0b1db6ff22464939bfa388b185c980dd4ec4
  • Loading branch information
davido authored and fweikert committed May 25, 2023
1 parent 9969932 commit 4f8c29e
Show file tree
Hide file tree
Showing 4 changed files with 3,951 additions and 3,949 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ module(
)

bazel_dep(name = "rules_license", version = "0.0.3")
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf")
bazel_dep(name = "grpc", version = "1.47.0", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "grpc", version = "1.48.1", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "platforms", version = "0.0.6")
bazel_dep(name = "rules_pkg", version = "0.7.0")
bazel_dep(name = "stardoc", version = "0.5.3", repo_name = "io_bazel_skydoc")
Expand Down
16 changes: 8 additions & 8 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -649,14 +649,14 @@ maven_install(
"commons-collections:commons-collections:3.2.2",
"commons-lang:commons-lang:2.6",
"io.github.java-diff-utils:java-diff-utils:4.0",
"io.grpc:grpc-api:1.47.0",
"io.grpc:grpc-auth:1.47.0",
"io.grpc:grpc-context:1.47.0",
"io.grpc:grpc-core:1.47.0",
"io.grpc:grpc-netty:1.47.0",
"io.grpc:grpc-protobuf-lite:1.47.0",
"io.grpc:grpc-protobuf:1.47.0",
"io.grpc:grpc-stub:1.47.0",
"io.grpc:grpc-api:1.48.1",
"io.grpc:grpc-auth:1.48.1",
"io.grpc:grpc-context:1.48.1",
"io.grpc:grpc-core:1.48.1",
"io.grpc:grpc-netty:1.48.1",
"io.grpc:grpc-protobuf-lite:1.48.1",
"io.grpc:grpc-protobuf:1.48.1",
"io.grpc:grpc-stub:1.48.1",
"io.netty:netty-buffer:4.1.87.Final",
"io.netty:netty-codec-http2:4.1.87.Final",
"io.netty:netty-codec-http:4.1.87.Final",
Expand Down
28 changes: 14 additions & 14 deletions distdir_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,23 @@ DIST_DEPS = {
"package_version": "3.19.6",
},
"com_github_grpc_grpc": {
"archive": "v1.47.0.tar.gz",
"sha256": "271bdc890bf329a8de5b65819f0f9590a5381402429bca37625b63546ed19e54",
"strip_prefix": "grpc-1.47.0",
"archive": "v1.48.1.tar.gz",
"sha256": "320366665d19027cda87b2368c03939006a37e0388bfd1091c8d2a96fbc93bd8",
"strip_prefix": "grpc-1.48.1",
"urls": [
"https://mirror.bazel.build/github.com/grpc/grpc/archive/v1.47.0.tar.gz",
"https://github.com/grpc/grpc/archive/v1.47.0.tar.gz",
"https://mirror.bazel.build/github.com/grpc/grpc/archive/v1.48.1.tar.gz",
"https://github.com/grpc/grpc/archive/v1.48.1.tar.gz",
],
"patch_args": ["-p1"],
"patches": [
"//third_party/grpc:grpc_1.47.0.patch",
"//third_party/grpc:grpc_1.47.0.win_arm64.patch",
"//third_party/grpc:grpc_1.48.1.patch",
"//third_party/grpc:grpc_1.48.1.win_arm64.patch",
],
"used_in": [
"additional_distfiles",
"test_WORKSPACE_files",
],
"package_version": "1.47.0",
"package_version": "1.48.1",
},
"com_github_cncf_udpa": {
"archive": "cb28da3451f158a947dfc45090fe92b07b243bc1.tar.gz",
Expand Down Expand Up @@ -246,22 +246,22 @@ DIST_DEPS = {
],
},
"com_google_absl": {
"archive": "20211102.0.tar.gz",
"sha256": "dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4",
"archive": "20220623.1.tar.gz",
"sha256": "91ac87d30cc6d79f9ab974c51874a704de9c2647c40f6932597329a282217ba8",
"urls": [
"https://mirror.bazel.build/github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0.tar.gz",
"https://mirror.bazel.build/github.com/abseil/abseil-cpp/archive/refs/tags/20220623.1.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20220623.1.tar.gz",
],
"used_in": [
"additional_distfiles",
"test_WORKSPACE_files",
],
"strip_prefix": "abseil-cpp-20211102.0",
"strip_prefix": "abseil-cpp-20220623.1",
"license_kinds": [
"@rules_license//licenses/generic:notice",
],
"license_text": "LICENSE",
"package_version": "2021-11-02.0",
"package_version": "20220623.1",
},
"zstd-jni": {
"archive": "v1.5.2-3.zip",
Expand Down
Loading

0 comments on commit 4f8c29e

Please sign in to comment.