maintenance: dependency upgrade (#81)
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 3e6710bc33bf2f79dcc884b2750b9f5230849970..420ea2e243e87028f755c64bd4d49abf79c64f54 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -114,15 +114,15 @@ defmodule Pleroma.Mixfile do
   # Type `mix help deps` for examples and options.
   defp deps do
     [
-      {:phoenix, "~> 1.5.5"},
-      {:tzdata, "~> 1.0.3"},
-      {:plug_cowboy, "~> 2.3"},
-      {:phoenix_pubsub, "~> 2.0"},
-      {:phoenix_ecto, "~> 4.0"},
+      {:phoenix, "~> 1.6.11"},
+      {:tzdata, "~> 1.1.1"},
+      {:plug_cowboy, "~> 2.5"},
+      {:phoenix_pubsub, "~> 2.1"},
+      {:phoenix_ecto, "~> 4.4"},
       {:ecto_enum, "~> 1.4"},
-      {:ecto_sql, "~> 3.6.2"},
-      {:postgrex, ">= 0.15.5"},
-      {:oban, "~> 2.3.4"},
+      {:ecto_sql, "~> 3.8.3"},
+      {:postgrex, ">= 0.16.3"},
+      {:oban, "~> 2.12.1"},
       {:gettext,
        git: "https://github.com/tusooa/gettext.git",
        ref: "72fb2496b6c5280ed911bdc3756890e7f38a4808",
@@ -194,7 +194,7 @@ defmodule Pleroma.Mixfile do
       {:restarter, path: "./restarter"},
       {:majic, "~> 1.0"},
       {:eblurhash, "~> 1.2.2"},
-      {:open_api_spex, "~> 3.10"},
+      {:open_api_spex, "3.10.0"},
       {:search_parser,
        git: "https://github.com/FloatingGhost/pleroma-contrib-search-parser.git",
        ref: "08971a81e68686f9ac465cfb6661d51c5e4e1e7f"},