Skip to content

Commit b0d858b

Browse files
chore(deps): update dependency plug to ~> 1.15.0 (#6766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3399ac4 commit b0d858b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elixir/plug_cowboy/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule Server.MixProject do
1616

1717
defp deps do
1818
[
19-
{:plug, "~> 1.14.2"},
19+
{:plug, "~> 1.15.0"},
2020
{:plug_cowboy, "~> 2.6"}
2121
]
2222
end

0 commit comments

Comments
 (0)