diff options
| author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-05-26 19:35:31 +0000 |
|---|---|---|
| committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-05-26 19:35:31 +0000 |
| commit | 2d193861db00a548f6339e80f2297b5619e0cb04 (patch) | |
| tree | 2e0d9010f8f1317e53266ed276a5e662b3c1b81a /mix.exs | |
| parent | fd46f83d2daca51055633875671e5fa41e454ca4 (diff) | |
| parent | 7618e562b34d4240514d8819407dd6bd3adbe79d (diff) | |
| download | pleroma-2d193861db00a548f6339e80f2297b5619e0cb04.tar.gz pleroma-2d193861db00a548f6339e80f2297b5619e0cb04.zip | |
Merge branch 'release/2.5.2' into 'stable'
Security release 2.5.2
See merge request pleroma/pleroma!3863
Diffstat (limited to 'mix.exs')
| -rw-r--r-- | mix.exs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.5.1"), + version: version("2.5.2"), elixir: "~> 1.11", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), @@ -150,7 +150,6 @@ defmodule Pleroma.Mixfile do {:sweet_xml, "~> 0.7.2"}, {:earmark, "~> 1.4.22"}, {:bbcode_pleroma, "~> 0.2.0"}, - {:crypt, "~> 1.0"}, {:cors_plug, "~> 2.0"}, {:web_push_encryption, "~> 0.3.1"}, {:swoosh, "~> 1.0"}, |
