From 7eebaa7a18f576476d56dd7415bc0fcbd19120c3 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Tue, 10 Jan 2023 10:48:14 +0000 Subject: [PATCH] bump mock --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 2a62dedee..93184a0f9 100644 --- a/mix.exs +++ b/mix.exs @@ -200,7 +200,7 @@ defmodule Pleroma.Mixfile do ref: "1c1b99ea41a457761383d81aaf6a606913996fe7", only: [:dev, :test], runtime: false}, - {:mock, "~> 0.3.5", only: :test}, + {:mock, "~> 0.3.7", only: :test}, {:excoveralls, "0.15.1", only: :test}, {:mox, "~> 1.0", only: :test}, {:websockex, "~> 0.4.3", only: :test},