Skip to content

Commit

Permalink
Merge pull request #10738 from rabbitmq/loic-cowboy-2.12
Browse files Browse the repository at this point in the history
Update Cowboy to 2.12.0
  • Loading branch information
lhoguin authored Mar 14, 2024
2 parents 491d44b + 6005883 commit 919ed46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,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 @@ -199,8 +199,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
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,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_khepri = hex 0.12.1
dep_khepri_mnesia_migration = hex 0.4.0
Expand Down

0 comments on commit 919ed46

Please sign in to comment.