summaryrefslogtreecommitdiff
path: root/bazel/bzlmod/secondary_umbrella.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'bazel/bzlmod/secondary_umbrella.bzl')
-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",
],
)