Skip to content

Commit a66ac8c

Browse files
Bump credentials_obfuscation to 3.0.0
1 parent f9b72e7 commit a66ac8c

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ erlang_package.hex(
4040
sha256 = "e4175dc240a70d996156160891e1c62238ede1729e45740bdd38064dad476170",
4141
)
4242

43-
erlang_package.git(
43+
erlang_package.hex(
4444
name = "credentials_obfuscation",
45-
repository = "rabbitmq/credentials-obfuscation",
46-
tag = "v2.4.0",
45+
version = "3.0.0",
46+
sha256 = "bf2060c7058d4e765cdb4319ec94ad71c00d102931d667415b2cd5e991d9d038",
4747
)
4848

4949
erlang_package.git(

deps/rabbit_common/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endef
2828
LOCAL_DEPS = compiler crypto public_key sasl ssl syntax_tools tools xmerl
2929
DEPS = jsx recon credentials_obfuscation
3030

31-
dep_credentials_obfuscation = hex 2.4.0
31+
dep_credentials_obfuscation = hex 3.0.0
3232

3333
# Variables and recipes in development.*.mk are meant to be used from
3434
# any Git clone. They are excluded from the files published to Hex.pm.

workspace_helpers.bzl

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,10 @@ def rabbitmq_external_deps(rabbitmq_workspace = "@rabbitmq-server"):
4949
sha256 = "e4175dc240a70d996156160891e1c62238ede1729e45740bdd38064dad476170",
5050
)
5151

52-
github_erlang_app(
53-
repo = "credentials-obfuscation",
52+
hex_pm_erlang_app(
5453
name = "credentials_obfuscation",
55-
org = "rabbitmq",
56-
sha256 = "a5cecd861334a8a5fb8c9b108a74c83ba0041653c53c523bb97f70dbefa30fe3",
57-
ref = "v2.4.0",
58-
version = "2.4.0",
54+
version = "3.0.0",
55+
sha256 = "bf2060c7058d4e765cdb4319ec94ad71c00d102931d667415b2cd5e991d9d038",
5956
)
6057

6158
github_erlang_app(

0 commit comments

Comments
 (0)