Skip to content

Commit 02a264f

Browse files
Update dependency confluent_common to v7.2.2
1 parent 16202ec commit 02a264f

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 = "6367bea36fa8e57981146a68970fa289b497f793f936da0e6b3aff452da70261",
24-
strip_prefix = "common-7.0.1",
25-
urls = ["https://github.com/confluentinc/common/archive/refs/tags/v7.0.1.tar.gz"],
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"],
2626
)
2727
http_archive(
2828
name = "confluent_schema_registry",

0 commit comments

Comments
 (0)