Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ defmodule Api.MixProject do
{:phoenix, "~> 1.6.0"},
{:phoenix_pubsub, "~> 2.0"},
{:phoenix_ecto, "~> 4.4.0"},
{:ecto_sql, "~> 3.9.0"},
{:ecto_sql, "~> 3.9.1"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 3.2.0"},
{:basic_auth, "~> 2.2.2"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:basic_auth, "~> 2.2.5"},
{:phoenix_live_reload, "~> 1.4.1", only: :dev},
{:gettext, "~> 0.20"},
{:jason, "~> 1.0"},
{:guardian, "~> 1.2.1"},
Expand Down
18 changes: 9 additions & 9 deletions apps/core/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ defmodule Core.MixProject do
defp deps do
[
{:sentry, "8.0.6"},
{:ecto_sql, "~> 3.9.0"},
{:ecto_sql, "~> 3.9.1"},
{:libvault, "~> 0.2.0"},
{:ecto, "~> 3.9.0", override: true},
{:postgrex, ">= 0.0.0"},
Expand All @@ -72,7 +72,7 @@ defmodule Core.MixProject do
{:piazza_core, "~> 0.3.8", git: "https://github.com/michaeljguarino/piazza_core"},
{:inet_cidr, "~> 1.0.0"},
{:dns, "~> 2.4.0"},
{:bamboo, "~> 2.0"},
{:bamboo, "~> 2.2.0"},
{:parallax, "~> 1.0"},
{:bourne, "~> 1.1"},
{:flow, "~> 0.15.0"},
Expand All @@ -81,7 +81,7 @@ defmodule Core.MixProject do
{:arc, "~> 0.11.0"},
{:arc_gcs, "~> 0.2.0"},
{:porcelain, "~> 2.0"},
{:ex_aws, "~> 2.4.0"},
{:ex_aws, "~> 2.4.1"},
{:ex_aws_s3, "~> 2.3.3"},
{:ex_aws_sts, "~> 2.3.0"},
{:configparser_ex, "~> 4.0"},
Expand All @@ -91,7 +91,7 @@ defmodule Core.MixProject do
{:mojito, "~> 0.7.0"},
{:nebulex, "== 2.4.2"},
{:kazan, "~> 0.11", github: "michaeljguarino/kazan"},
{:workos, "~> 0.1.2"},
{:workos, "~> 0.1.3"},
{:decorator, "~> 1.3"}, #=> For using Caching Annotations
{:botanist, "~> 0.1.0", git: "https://github.com/michaeljguarino/botanist.git", branch: "ecto3"},
{:x509, "~> 0.8.5"},
Expand All @@ -100,17 +100,17 @@ defmodule Core.MixProject do
git: "https://github.com/CargoSense/briefly",
ref: "b0fd495bf0c5ef2c44de2791a8cc7a20813c7d36"
},
{:yaml_elixir, "~> 2.4"},
{:timex, "~> 3.6"},
{:oauth2, "~> 2.0"},
{:yaml_elixir, "~> 2.9.0"},
{:timex, "~> 3.7.9"},
{:oauth2, "~> 2.0.1"},
{:websockex, "~> 0.4"},
{:hackney, "~> 1.18.0", override: true},
{:tzdata, "~> 1.1.0", override: true},
{:prometheus_ex, "~> 3.0"},
{:stripity_stripe, "~> 2.17.1"},
{:conduit, "~> 0.12"},
{:conduit_amqp, "~> 0.6.3"},
{:rabbit_common, "~> 3.9", override: true},
{:rabbit_common, "~> 3.11.4", override: true},
{:amqp, "~> 3.2", override: true},
{:mime, "~> 1.2"},
{:ex_image_info, "~> 0.2.4"},
Expand All @@ -119,7 +119,7 @@ defmodule Core.MixProject do
{:poison, "~> 3.0"},
{:cloudflare, "~> 0.2"},
{:mint, "~> 1.0", override: true},
{:mimic, "~> 1.1", only: :test},
{:mimic, "~> 1.7.4", only: :test},
{:google_api_iam, "~> 0.40"},
{:google_api_cloud_resource_manager, "~> 0.41"},
{:google_api_cloud_billing, "~> 0.23"},
Expand Down
2 changes: 1 addition & 1 deletion apps/email/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ defmodule Email.MixProject do
[
{:phoenix, "~> 1.6.0"},
{:phoenix_html, "~> 3.2.0"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_reload, "~> 1.4.1", only: :dev},
{:phoenix_live_dashboard, "~> 0.5.3"},
{:telemetry_metrics, "~> 0.6.1"},
{:telemetry_poller, "~> 1.0.0"},
Expand Down
2 changes: 1 addition & 1 deletion apps/rtc/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ defmodule Rtc.MixProject do
{:sentry, "8.0.6"},
{:phoenix, "~> 1.6.0"},
{:phoenix_html, "~> 3.2.0"},
{:phoenix_live_reload, "~> 1.4.0", only: :dev},
{:phoenix_live_reload, "~> 1.4.1", only: :dev},
{:telemetry_metrics, "~> 0.6.1"},
{:telemetry_poller, "~> 1.0.0"},
{:gettext, "~> 0.20"},
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule Plural.MixProject do
[
{:distillery, "~> 2.1"},
{:x509, "~> 0.8.5"},
{:shards, "~> 1.0"},
{:shards, "~> 1.1.0"},
{:ecto, "~> 3.9.0", override: true},
{:hackney, "~> 1.18.1", override: true},
{:absinthe_plug, "~> 1.5.8"},
Expand Down
Loading