Skip to content

Commit ca05ab2

Browse files
authored
Merge pull request #13361 from rabbitmq/mergify/bp/v4.1.x/pr-13242
Update Cowboy (backport #13242)
2 parents 88be9e3 + 6683578 commit ca05ab2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deps/rabbitmq_mqtt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export BUILD_WITHOUT_QUIC
4343

4444
LOCAL_DEPS = ssl
4545
DEPS = ranch rabbit amqp10_common
46-
TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management amqp_client rabbitmq_consistent_hash_exchange rabbitmq_amqp_client rabbitmq_stomp rabbitmq_stream rabbitmq_federation
46+
TEST_DEPS = cowlib emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management amqp_client rabbitmq_consistent_hash_exchange rabbitmq_amqp_client rabbitmq_stomp rabbitmq_stream rabbitmq_federation
4747

4848
PLT_APPS += rabbitmqctl elixir
4949

rabbitmq-components.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ endif
4040
# all projects use the same versions. It avoids conflicts.
4141

4242
dep_accept = hex 0.3.5
43-
dep_cowboy = hex 2.12.0
44-
dep_cowlib = hex 2.13.0
43+
dep_cowboy = hex 2.13.0
44+
dep_cowlib = hex 2.14.0
4545
dep_credentials_obfuscation = hex 3.4.0
4646
dep_cuttlefish = hex 3.4.0
4747
dep_gen_batch_server = hex 0.8.8
@@ -51,7 +51,7 @@ dep_khepri_mnesia_migration = hex 0.7.1
5151
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.5
5252
dep_prometheus = hex 4.11.0
5353
dep_ra = hex 2.16.2
54-
dep_ranch = hex 2.1.0
54+
dep_ranch = hex 2.2.0
5555
dep_recon = hex 2.5.6
5656
dep_redbug = hex 2.0.7
5757
dep_systemd = hex 0.6.1

0 commit comments

Comments
 (0)