Skip to content

Commit 2f2f84f

Browse files
Update dependency confluent_common to v7.3.1
1 parent 315fe26 commit 2f2f84f

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 = "8cf381eddaebed37a51c6397153e49265dcdf63c6b027f0a65eb373e2e4245d8",
24-
strip_prefix = "common-7.3.0",
25-
urls = ["https://github.com/confluentinc/common/archive/refs/tags/v7.3.0.tar.gz"],
23+
sha256 = "bfce29f6abf5d14a794f26388ae038c30e4b580e932e2d31a6ebfca89c15aac5",
24+
strip_prefix = "common-7.3.1",
25+
urls = ["https://github.com/confluentinc/common/archive/refs/tags/v7.3.1.tar.gz"],
2626
)
2727
http_archive(
2828
name = "confluent_schema_registry",

0 commit comments

Comments
 (0)