Skip to content

Commit 0f47841

Browse files
Merge pull request #3469 from rabbitmq/lh-observer_cli-1.7.1
Upgrade to Observer CLI 1.7.1 (cherry picked from commit 92a6d0f)
1 parent cc14442 commit 0f47841

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

deps/rabbitmq_cli/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
PROJECT = rabbitmq_cli
22

3-
dep_observer_cli = git https://github.com/zhongwencool/observer_cli 1.4.4
4-
53
BUILD_DEPS = rabbit_common
64
DEPS = observer_cli
75
TEST_DEPS = amqp_client rabbit

deps/rabbitmq_cli/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ defmodule RabbitMQCtl.MixfileBase do
120120
{:json, "~> 1.4.1"},
121121
{:csv, "~> 2.4.0"},
122122
{:stdout_formatter, "~> 0.2.3"},
123-
{:observer_cli, "~> 1.6.1"},
123+
{:observer_cli, "~> 1.7.1"},
124124

125125
{:amqp, "~> 2.1.0", only: :test},
126126
{:dialyxir, "~> 0.5", only: :test, runtime: false},

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ dep_prometheus = hex 4.8.1
119119
dep_ra = hex 2.0.0
120120
dep_ranch = hex 2.1.0
121121
dep_recon = hex 2.5.1
122-
dep_observer_cli = hex 1.6.2
122+
dep_observer_cli = hex 1.7.1
123123
dep_stdout_formatter = hex 0.2.4
124124
dep_sysmon_handler = hex 1.3.0
125125

release-notes/3.9.7.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Contributors are encouraged to update them together with their changes. This hel
3838

3939
## Dependency Upgrades
4040

41+
* observer_cli has been upgraded from `1.6.2` to `1.7.1`
4142
* ...
4243

4344

workspace_helpers.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ erlang_lib(
164164

165165
hex_pm_bazel_erlang_lib(
166166
name = "observer_cli",
167-
version = "1.6.1",
168-
sha256 = "3418e319764b9dff1f469e43cbdffd7fd54ea47cbf765027c557abd146a19fb3",
167+
version = "1.7.1",
168+
sha256 = "4ccafaaa2ce01b85ddd14591f4d5f6731b4e13b610a70fb841f0701178478280",
169169
)
170170

171171
github_bazel_erlang_lib(

0 commit comments

Comments
 (0)