Skip to content

Commit da882df

Browse files
Merge pull request #10437 from rabbitmq/loic-update-cowboy
Update Cowboy to 2.11
2 parents 7b2d697 + 865bc22 commit da882df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ erlang_package.hex_package(
201201
patch_cmds = [
202202
"rm ebin/cowboy.app",
203203
],
204-
sha256 = "3afdccb7183cc6f143cb14d3cf51fa00e53db9ec80cdcd525482f5e99bc41d6b",
205-
version = "2.10.0",
204+
sha256 = "0fa395437f1b0e104e0e00999f39d2ac5f4082ac5049b67a5b6d56ecc31b1403",
205+
version = "2.11.0",
206206
)
207207

208208
erlang_package.hex_package(

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ dep_toke = git_rmq toke $(current_rmq_ref
112112
# possible to work with rabbitmq-public-umbrella.
113113

114114
dep_accept = hex 0.3.5
115-
dep_cowboy = hex 2.10.0
115+
dep_cowboy = hex 2.11.0
116116
dep_cowlib = hex 2.12.1
117117
dep_credentials_obfuscation = hex 3.4.0
118118
dep_khepri = hex 0.10.0

0 commit comments

Comments
 (0)