summaryrefslogtreecommitdiff
path: root/bazel
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2023-01-21 20:52:42 -0600
committerGitHub <noreply@github.com>2023-01-21 20:52:42 -0600
commit0bfaa280a151f2bd2706b5077a7506fa7481575f (patch)
tree676f03e7bbc3509024104b0cf4d1925e3d78803b /bazel
parent3bfba02281b5e79cc414e3b3fe892117483a433e (diff)
downloadrabbitmq-server-git-0bfaa280a151f2bd2706b5077a7506fa7481575f.tar.gz
Secondary umbrella: bump to 3.11.7
Diffstat (limited to 'bazel')
-rw-r--r--bazel/bzlmod/secondary_umbrella.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bazel/bzlmod/secondary_umbrella.bzl b/bazel/bzlmod/secondary_umbrella.bzl
index 03772380c4..859e6ebef0 100644
--- a/bazel/bzlmod/secondary_umbrella.bzl
+++ b/bazel/bzlmod/secondary_umbrella.bzl
@@ -28,10 +28,10 @@ def secondary_umbrella():
name = "rabbitmq-server-generic-unix-3.11",
build_file = "@//:BUILD.package_generic_unix",
patch_cmds = [ADD_PLUGINS_DIR_BUILD_FILE],
- strip_prefix = "rabbitmq_server-3.11.4",
+ strip_prefix = "rabbitmq_server-3.11.7",
# This file if produced by the .github/workflows/secondary-umbrella.yaml
# GitHub Actions workflow.
urls = [
- "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.11.4.tar.xz",
+ "https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.11.7.tar.xz",
],
)