Skip to content

Commit

Permalink
Merge pull request #11943 from rabbitmq/mergify/bp/v4.0.x/pr-11941
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin authored Aug 8, 2024
2 parents 729b31f + bd5b715 commit cc8bc22
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 @@ -231,8 +231,8 @@ erlang_package.hex_package(
erlang_package.hex_package(
name = "observer_cli",
build_file = "@rabbitmq-server//bazel:BUILD.observer_cli",
sha256 = "a41b6d3e11a3444e063e09cc225f7f3e631ce14019e5fbcaebfda89b1bd788ea",
version = "1.7.3",
sha256 = "872cf8e833a3a71ebd05420692678ec8aaede8fd96c805a4687398f6b23a3014",
version = "1.7.5",
)

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 @@ -128,7 +128,7 @@ dep_ranch = hex 2.1.0
dep_recon = hex 2.5.3
dep_redbug = hex 2.0.7
dep_thoas = hex 1.0.0
dep_observer_cli = hex 1.7.3
dep_observer_cli = hex 1.7.5
dep_seshat = git https://github.com/rabbitmq/seshat v0.6.1
dep_stdout_formatter = hex 0.2.4
dep_sysmon_handler = hex 1.3.0
Expand Down

0 comments on commit cc8bc22

Please sign in to comment.