Skip to content

Commit

Permalink
Bump prometheus dependency to 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gomoripeti committed Dec 3, 2023
1 parent fec09c0 commit 8c78760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ erlang_package.hex_package(
erlang_package.hex_package(
name = "prometheus",
build_file = "@rabbitmq-server//bazel:BUILD.prometheus",
sha256 = "2a99bb6dce85e238c7236fde6b0064f9834dc420ddbd962aac4ea2a3c3d59384",
version = "4.10.0",
sha256 = "719862351aabf4df7079b05dc085d2bbcbe3ac0ac3009e956671b1d5ab88247d",
version = "4.11.0",
)

erlang_package.hex_package(
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dep_credentials_obfuscation = hex 3.4.0
dep_khepri = hex 0.8.0
dep_khepri_mnesia_migration = hex 0.2.1
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main
dep_prometheus = hex 4.10.0
dep_prometheus = hex 4.11.0
dep_ra = hex 2.7.0
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.3
Expand Down

0 comments on commit 8c78760

Please sign in to comment.