Skip to content

Commit 00cc7e8

Browse files
Update dependency confluent_common to v7.3.0
1 parent 0cb87a0 commit 00cc7e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

third_party/confluent/defs.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ def confluent_repositories():
2020
http_archive(
2121
name = "confluent_common",
2222
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"],
23+
sha256 = "8cf381eddaebed37a51c6397153e49265dcdf63c6b027f0a65eb373e2e4245d8",
24+
strip_prefix = "common-7.3.0",
25+
urls = ["https://github.com/confluentinc/common/archive/refs/tags/v7.3.0.tar.gz"],
2626
)
2727
http_archive(
2828
name = "confluent_schema_registry",

0 commit comments

Comments
 (0)