Skip to content

Commit

Permalink
Update dependency bazel_features to v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovatebot-confluentinc[bot] authored Nov 26, 2024
1 parent 8e0170f commit e3fdcc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def rules_jvm_external_deps(
maybe(
http_archive,
name = "bazel_features",
sha256 = "bdc12fcbe6076180d835c9dd5b3685d509966191760a0eb10b276025fcb76158",
strip_prefix = "bazel_features-1.17.0",
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.17.0/bazel_features-v1.17.0.tar.gz",
sha256 = "af3d4fb1cf4f25942cb4a933b1ad93a0ea9fe9ee70c2af7f369fb72a67c266e5",
strip_prefix = "bazel_features-1.21.0",
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.21.0/bazel_features-v1.21.0.tar.gz",
)

maven_install(
Expand Down

0 comments on commit e3fdcc9

Please sign in to comment.