Skip to content

Commit 09f4a5d

Browse files
chore(deps): update dependency phoenix to ~> 1.8.0 (#8559)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b34f14 commit 09f4a5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elixir/phoenix_bandit/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-
{:phoenix, "~> 1.7.14"},
19+
{:phoenix, "~> 1.8.0"},
2020
{:bandit, "~> 1.7.0"},
2121
{:jason, "~> 1.4"}
2222
]

elixir/phoenix_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-
{:phoenix, "~> 1.7.14"},
19+
{:phoenix, "~> 1.8.0"},
2020
{:jason, "~> 1.4"},
2121
{:plug_cowboy, "~> 2.7.2"}
2222
]

0 commit comments

Comments
 (0)