Skip to content

Commit 3aa20f6

Browse files
Merge pull request #4717 from rabbitmq/mergify/bp/v3.9.x/pr-4713
2 parents afb31f4 + d8a71ed commit 3aa20f6

File tree

4 files changed

+319
-280
lines changed

4 files changed

+319
-280
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.

0 commit comments

Comments
 (0)