Skip to content

Commit 8c78760

Browse files
committed
Bump prometheus dependency to 4.11.0
1 parent fec09c0 commit 8c78760

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ erlang_package.hex_package(
315315
erlang_package.hex_package(
316316
name = "prometheus",
317317
build_file = "@rabbitmq-server//bazel:BUILD.prometheus",
318-
sha256 = "2a99bb6dce85e238c7236fde6b0064f9834dc420ddbd962aac4ea2a3c3d59384",
319-
version = "4.10.0",
318+
sha256 = "719862351aabf4df7079b05dc085d2bbcbe3ac0ac3009e956671b1d5ab88247d",
319+
version = "4.11.0",
320320
)
321321

322322
erlang_package.hex_package(

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dep_credentials_obfuscation = hex 3.4.0
117117
dep_khepri = hex 0.8.0
118118
dep_khepri_mnesia_migration = hex 0.2.1
119119
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main
120-
dep_prometheus = hex 4.10.0
120+
dep_prometheus = hex 4.11.0
121121
dep_ra = hex 2.7.0
122122
dep_ranch = hex 2.1.0
123123
dep_recon = hex 2.5.3

0 commit comments

Comments
 (0)