Skip to content

Commit d7cfc98

Browse files
authored
Merge pull request #9308 from the-benchmarker/renovate/bandit-1.x
Update dependency bandit to ~> 1.11.0
2 parents 0a7c41d + 80e2f69 commit d7cfc98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elixir/phoenix_bandit/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defmodule Server.MixProject do
1717
defp deps do
1818
[
1919
{:phoenix, "~> 1.8.1"},
20-
{:bandit, "~> 1.10.0"},
20+
{:bandit, "~> 1.11.0"},
2121
{:jason, "~> 1.4"}
2222
]
2323
end

0 commit comments

Comments
 (0)