Skip to content

Commit

Permalink
Merge pull request #10743 from rabbitmq/mergify/bp/v3.12.x/pr-10741
Browse files Browse the repository at this point in the history
Update Cowboy to 2.12.0 (backport #10738) (backport #10741)
  • Loading branch information
michaelklishin committed Mar 14, 2024
2 parents 5d42e30 + 0562b0c commit e092b87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions MODULE.bazel
Expand Up @@ -199,8 +199,8 @@ erlang_package.hex_package(
patch_cmds = [
"rm ebin/cowboy.app",
],
sha256 = "0fa395437f1b0e104e0e00999f39d2ac5f4082ac5049b67a5b6d56ecc31b1403",
version = "2.11.0",
sha256 = "8a7abe6d183372ceb21caa2709bec928ab2b72e18a3911aa1771639bef82651e",
version = "2.12.0",
)

erlang_package.hex_package(
Expand All @@ -209,8 +209,8 @@ erlang_package.hex_package(
patch_cmds = [
"rm ebin/cowlib.app",
],
sha256 = "163b73f6367a7341b33c794c4e88e7dbfe6498ac42dcd69ef44c5bc5507c8db0",
version = "2.12.1",
sha256 = "e1e1284dc3fc030a64b1ad0d8382ae7e99da46c3246b815318a4b848873800a4",
version = "2.13.0",
)

erlang_package.hex_package(
Expand Down
4 changes: 2 additions & 2 deletions rabbitmq-components.mk
Expand Up @@ -111,8 +111,8 @@ dep_toke = git_rmq toke $(current_rmq_ref
# possible to work with rabbitmq-public-umbrella.

dep_accept = hex 0.3.5
dep_cowboy = hex 2.11.0
dep_cowlib = hex 2.12.1
dep_cowboy = hex 2.12.0
dep_cowlib = hex 2.13.0
dep_credentials_obfuscation = hex 3.4.0
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main
dep_prometheus = hex 4.11.0
Expand Down

0 comments on commit e092b87

Please sign in to comment.