X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=a596e34ea32b621cefca6fc7c4ba8634315887e9;hb=8d1a0c1afd46f8683e9022523cecffb9b60c9f8c;hp=fb5b380f4ba356ea6e47a05752370111b3180f65;hpb=31c89acd00396f95a35ea325ed848ffeb2826017;p=akkoma diff --git a/mix.exs b/mix.exs index fb5b380f4..a596e34ea 100644 --- a/mix.exs +++ b/mix.exs @@ -158,7 +158,7 @@ defmodule Pleroma.Mixfile do {:floki, "~> 0.27"}, {:timex, "~> 3.6"}, {:ueberauth, "~> 0.4"}, - {:linkify, "~> 0.4.0"}, + {:linkify, "~> 0.4.1"}, {:http_signatures, "~> 0.1.0"}, {:telemetry, "~> 0.3"}, {:poolboy, "~> 1.5"}, @@ -211,7 +211,7 @@ defmodule Pleroma.Mixfile do git: "https://git.pleroma.social/pleroma/elixir-libraries/hackney.git", ref: "7d7119f0651515d6d7669c78393fd90950a3ec6e", override: true}, - {:mox, "~> 0.5", only: :test}, + {:mox, "~> 1.0", only: :test}, {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test} ] ++ oauth_deps() end