Skip to content

Commit

Permalink
Bump plug from 1.15.3 to 1.16.1 (#429)
Browse files Browse the repository at this point in the history
Bumps [plug](https://github.com/elixir-plug/plug) from 1.15.3 to 1.16.1.
- [Changelog](https://github.com/elixir-plug/plug/blob/main/CHANGELOG.md)
- [Commits](elixir-plug/plug@v1.15.3...v1.16.1)

---
updated-dependencies:
- dependency-name: plug
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ross Garfield <[email protected]>
  • Loading branch information
dependabot[bot] and rgarfield11 authored Dec 2, 2024
1 parent 3d47596 commit b2e0453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defmodule Slax.Mixfile do
{:ecto_sql, "~> 3.12.1"},
{:postgrex, "~> 0.16"},
{:plug_cowboy, "~> 2.5"},
{:plug, "~> 1.15.3"},
{:plug, "~> 1.16.1"},
{:httpoison, "~> 1.5"},
{:yaml_front_matter, "~> 1.0"},
{:ex_doc, "~> 0.25", only: :dev, runtime: false},
Expand Down

0 comments on commit b2e0453

Please sign in to comment.