Skip to content

Commit 291befa

Browse files
Merge pull request #6761 from rabbitmq/lukebakken/recon-2.5.3
2 parents 169e2a4 + f56557a commit 291befa

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

MODULE.bazel

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,10 @@ erlang_package.hex_package(
314314
version = "2.1.0",
315315
)
316316

317-
erlang_package.git_package(
318-
commit = "cf5bfc290c6cdd46bea45ae4a6418e9802d511e5",
319-
repository = "ferd/recon",
317+
erlang_package.hex_package(
318+
name = "recon",
319+
sha256 = "6c6683f46fd4a1dfd98404b9f78dcabc7fcd8826613a89dcb984727a8c3099d7",
320+
version = "2.5.3",
320321
)
321322

322323
erlang_package.hex_package(

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git master
117117
dep_prometheus = hex 4.9.1
118118
dep_ra = hex 2.4.6
119119
dep_ranch = hex 2.1.0
120-
dep_recon = git https://github.com/ferd/recon.git cf5bfc290c6cdd46bea45ae4a6418e9802d511e5
120+
dep_recon = hex 2.5.3
121121
dep_redbug = hex 2.0.7
122122
dep_thoas = hex 0.4.0
123123
dep_observer_cli = hex 1.7.3

workspace_helpers.bzl

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

203203
hex_pm_erlang_app(
204204
name = "recon",
205-
version = "2.5.2",
206-
sha256 = "2c7523c8dee91dff41f6b3d63cba2bd49eb6d2fe5bf1eec0df7f87eb5e230e1c",
205+
version = "2.5.3",
206+
sha256 = "6c6683f46fd4a1dfd98404b9f78dcabc7fcd8826613a89dcb984727a8c3099d7",
207207
)
208208

209209
hex_pm_erlang_app(

0 commit comments

Comments
 (0)