Skip to content

Commit

Permalink
Bump mox from 1.0.2 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [mox](https://github.com/dashbitco/mox) from 1.0.2 to 1.1.0.
- [Changelog](https://github.com/dashbitco/mox/blob/master/CHANGELOG.md)
- [Commits](dashbitco/mox@v1.0.2...v1.1.0)

---
updated-dependencies:
- dependency-name: mox
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brianmay committed Sep 22, 2023
1 parent f25e235 commit 4a2d238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defmodule PenguinMemories.MixProject do
{:jason, "~> 1.0"},
{:plug_cowboy, "~> 2.0"},
{:dogma, "~> 0.1", only: [:dev]},
{:mox, "~> 1.0.0", only: :test},
{:mox, "~> 1.1.0", only: :test},
{:paginator, "~> 1.2.0"},
{:earmark, "~> 1.4.10"},
{:mogrify, "~> 0.8.0"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"mime": {:hex, :mime, "2.0.5", "dc34c8efd439abe6ae0343edbb8556f4d63f178594894720607772a041b04b02", [:mix], [], "hexpm", "da0d64a365c45bc9935cc5c8a7fc5e49a0e0f9932a761c55d6c52b142780a05c"},
"mimerl": {:hex, :mimerl, "1.2.0", "67e2d3f571088d5cfd3e550c383094b47159f3eee8ffa08e64106cdf5e981be3", [:rebar3], [], "hexpm", "f278585650aa581986264638ebf698f8bb19df297f66ad91b18910dfc6e19323"},
"mogrify": {:hex, :mogrify, "0.8.0", "3506f3ca3f7b95a155f3b4ef803b5db176f5a0633723e3fe85e0d6399e3b11c8", [:mix], [], "hexpm", "2278d245f07056ea3b586e98801e933695147066fa4cf563f552c1b4f0ff8ad9"},
"mox": {:hex, :mox, "1.0.2", "dc2057289ac478b35760ba74165b4b3f402f68803dd5aecd3bfd19c183815d64", [:mix], [], "hexpm", "f9864921b3aaf763c8741b5b8e6f908f44566f1e427b2630e89e9a73b981fef2"},
"mox": {:hex, :mox, "1.1.0", "0f5e399649ce9ab7602f72e718305c0f9cdc351190f72844599545e4996af73c", [:mix], [], "hexpm", "d44474c50be02d5b72131070281a5d3895c0e7a95c780e90bc0cfe712f633a13"},
"oauth2_metadata_updater": {:hex, :oauth2_metadata_updater, "1.2.1", "0e61aa2dd09a72a42f02c2ae2ed6e8a298d7e48eedbdd1d812c92f490b378353", [:mix], [{:content_type, "~> 0.1", [hex: :content_type, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:oauth2_utils, "~> 0.1", [hex: :oauth2_utils, repo: "hexpm", optional: false]}, {:tesla, "~> 1.0", [hex: :tesla, repo: "hexpm", optional: false]}], "hexpm", "e74cee5ef1bb7ec6491b2f9aae79d34735c4f2c7eaea32f04c779ccd548b6cba"},
"oauth2_utils": {:hex, :oauth2_utils, "0.1.0", "5a70dc678af7f41d9a8f4ff072a72588eec04b747e70ad7daf2fac0a5726102d", [:mix], [], "hexpm", "ccb27eedc86c9eba8c0b3d3fea18e70f41329d2426b036c133656f1e92f8c3e9"},
"oidc": {:hex, :oidc, "0.5.0", "a389158e9a16027ff8a314587c872571913d18ed07c9271faaf439422bb33be2", [:mix], [{:hackney, "~> 1.0", [hex: :hackney, repo: "hexpm", optional: true]}, {:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}, {:jwks_uri_updater, "~> 1.0", [hex: :jwks_uri_updater, repo: "hexpm", optional: false]}, {:oauth2_metadata_updater, "~> 1.0", [hex: :oauth2_metadata_updater, repo: "hexpm", optional: false]}, {:oauth2_utils, "~> 0.1.0", [hex: :oauth2_utils, repo: "hexpm", optional: false]}, {:tesla_oauth2_client_auth, "~> 1.0", [hex: :tesla_oauth2_client_auth, repo: "hexpm", optional: false]}], "hexpm", "6123e1606348c2c532722f41f74a69711f85e992e063ee7e90e8cf501c1bcc4a"},
Expand Down

0 comments on commit 4a2d238

Please sign in to comment.