Skip to content

Commit 798b5a9

Browse files
authored
Merge pull request #9001 from the-benchmarker/renovate/bandit-1.x
Update dependency bandit to ~> 1.10.0
2 parents 93ac7f4 + 6472243 commit 798b5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.9.0"},
20+
{:bandit, "~> 1.10.0"},
2121
{:jason, "~> 1.4"}
2222
]
2323
end

0 commit comments

Comments
 (0)