Skip to content

Commit 98e535d

Browse files
gomoripetimergify[bot]
authored andcommitted
Bump prometheus dependency to 4.11.0
(cherry picked from commit 8c78760) # Conflicts: # rabbitmq-components.mk (cherry picked from commit 812cb34)
1 parent eadf30c commit 98e535d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ erlang_package.hex_package(
291291
erlang_package.hex_package(
292292
name = "prometheus",
293293
build_file = "@rabbitmq-server//bazel:BUILD.prometheus",
294-
sha256 = "2a99bb6dce85e238c7236fde6b0064f9834dc420ddbd962aac4ea2a3c3d59384",
295-
version = "4.10.0",
294+
sha256 = "719862351aabf4df7079b05dc085d2bbcbe3ac0ac3009e956671b1d5ab88247d",
295+
version = "4.11.0",
296296
)
297297

298298
erlang_package.hex_package(

rabbitmq-components.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,13 @@ dep_cowboy = hex 2.8.0
115115
dep_cowlib = hex 2.12.1
116116
dep_credentials_obfuscation = hex 3.4.0
117117
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main
118+
<<<<<<< HEAD
118119
dep_prometheus = hex 4.10.0
119120
dep_ra = hex 2.6.3
121+
=======
122+
dep_prometheus = hex 4.11.0
123+
dep_ra = hex 2.7.0
124+
>>>>>>> 8c787609de (Bump prometheus dependency to 4.11.0)
120125
dep_ranch = hex 2.1.0
121126
dep_recon = hex 2.5.3
122127
dep_redbug = hex 2.0.7

0 commit comments

Comments
 (0)