We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb87a0 commit 00cc7e8Copy full SHA for 00cc7e8
third_party/confluent/defs.bzl
@@ -20,9 +20,9 @@ def confluent_repositories():
20
http_archive(
21
name = "confluent_common",
22
build_file = "//third_party/confluent:BUILD.common.bazel",
23
- sha256 = "042dd64597f3b9f5fda0151fc9451e3b48cd1558f956fda9f39c2ce8a2b353b1",
24
- strip_prefix = "common-7.2.2",
25
- urls = ["https://github.com/confluentinc/common/archive/refs/tags/v7.2.2.tar.gz"],
+ sha256 = "8cf381eddaebed37a51c6397153e49265dcdf63c6b027f0a65eb373e2e4245d8",
+ strip_prefix = "common-7.3.0",
+ urls = ["https://github.com/confluentinc/common/archive/refs/tags/v7.3.0.tar.gz"],
26
)
27
28
name = "confluent_schema_registry",
0 commit comments