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 e03afa2 commit 17bf86aCopy full SHA for 17bf86a
third_party/confluent/defs.bzl
@@ -29,9 +29,9 @@ def confluent_repositories():
29
http_archive(
30
name = "confluent_schema_registry",
31
build_file = "//third_party/confluent:BUILD.schema_registry.bazel",
32
- sha256 = "93348305b9c84018ccc538b2a450670c176075dce8ca41c80f7c1fd6f611f804",
33
- strip_prefix = "schema-registry-7.4.6",
34
- url = "https://github.com/confluentinc/schema-registry/archive/refs/tags/v7.4.6.tar.gz",
+ sha256 = "3b2ea70081889657179d94705cde4481cbf6d5e8da8c0b001e36835b10d5f321",
+ strip_prefix = "schema-registry-7.6.2",
+ url = "https://github.com/confluentinc/schema-registry/archive/refs/tags/v7.6.2.tar.gz",
35
)
36
37
name = "confluent_common",
0 commit comments