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 16202ec commit 02a264fCopy full SHA for 02a264f
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 = "6367bea36fa8e57981146a68970fa289b497f793f936da0e6b3aff452da70261",
24
- strip_prefix = "common-7.0.1",
25
- urls = ["https://github.com/confluentinc/common/archive/refs/tags/v7.0.1.tar.gz"],
+ sha256 = "042dd64597f3b9f5fda0151fc9451e3b48cd1558f956fda9f39c2ce8a2b353b1",
+ strip_prefix = "common-7.2.2",
+ urls = ["https://github.com/confluentinc/common/archive/refs/tags/v7.2.2.tar.gz"],
26
)
27
28
name = "confluent_schema_registry",
0 commit comments