Skip to content

Commit 9331175

Browse files
chore(deps): update dependency bandit to ~> 1.8.0 (#8598)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41e14af commit 9331175

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

0 commit comments

Comments
 (0)