Skip to content

Commit b7fc815

Browse files
Merge pull request #4586 from rabbitmq/mk-bump-observer-cli-to-1.7.3
Bump observer_cli to 1.7.3 (cherry picked from commit 1b17ad7)
1 parent c0b5ebe commit b7fc815

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deps/rabbitmq_cli/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ defmodule RabbitMQCtl.MixfileBase do
122122
{:json, "~> 1.4.1"},
123123
{:csv, "~> 2.4.0"},
124124
{:stdout_formatter, "~> 0.2.3"},
125-
{:observer_cli, "~> 1.7.2"},
125+
{:observer_cli, "~> 1.7.3"},
126126

127127
{:amqp, "~> 2.1.0", only: :test},
128128
{:dialyxir, "~> 0.5", only: :test, runtime: false},

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dep_ra = hex 2.0.9
120120
dep_ranch = hex 2.1.0
121121
dep_recon = hex 2.5.2
122122
dep_redbug = hex 2.0.7
123-
dep_observer_cli = hex 1.7.2
123+
dep_observer_cli = hex 1.7.3
124124
dep_stdout_formatter = hex 0.2.4
125125
dep_sysmon_handler = hex 1.3.0
126126

workspace_helpers.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ erlang_app(
151151

152152
hex_pm_erlang_app(
153153
name = "observer_cli",
154-
version = "1.7.2",
155-
sha256 = "a1d280c112bb5443f09b63041d6c5dda39b40829db40b24fdf208e1b86dab353",
154+
version = "1.7.3",
155+
sha256 = "a41b6d3e11a3444e063e09cc225f7f3e631ce14019e5fbcaebfda89b1bd788ea",
156156
)
157157

158158
# v1.2.4 of osiris still assumes bazel-erlang, so we import it via rules_erlang here

0 commit comments

Comments
 (0)