Skip to content

Commit d889d20

Browse files
Merge pull request #10441 from rabbitmq/mergify/bp/v3.12.x/pr-10437
Update Cowboy to 2.11 (backport #10437)
2 parents f21628a + b707546 commit d889d20

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
@@ -193,8 +193,8 @@ erlang_package.hex_package(
193193
patch_cmds = [
194194
"rm ebin/cowboy.app",
195195
],
196-
sha256 = "3afdccb7183cc6f143cb14d3cf51fa00e53db9ec80cdcd525482f5e99bc41d6b",
197-
version = "2.10.0",
196+
sha256 = "0fa395437f1b0e104e0e00999f39d2ac5f4082ac5049b67a5b6d56ecc31b1403",
197+
version = "2.11.0",
198198
)
199199

200200
erlang_package.hex_package(

rabbitmq-components.mk

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

113113
dep_accept = hex 0.3.5
114-
dep_cowboy = hex 2.10.0
114+
dep_cowboy = hex 2.11.0
115115
dep_cowlib = hex 2.12.1
116116
dep_credentials_obfuscation = hex 3.4.0
117117
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main

0 commit comments

Comments
 (0)