Update Oban to 2.19 which gives us the delete_all_jobs/1 and delete_job/1 functions

This commit is contained in:
Mark Felder 2025-06-27 17:52:00 -07:00
commit 13db730659
2 changed files with 4 additions and 4 deletions

View file

@ -136,7 +136,7 @@ defmodule Pleroma.Mixfile do
{:telemetry_poller, "~> 1.0"},
{:tzdata, "~> 1.0.3"},
{:plug_cowboy, "~> 2.5"},
{:oban, "~> 2.18.0"},
{:oban, "~> 2.19.0"},
{:gettext, "~> 0.20"},
{:bcrypt_elixir, "~> 2.2"},
{:trailing_format_plug, "~> 0.0.7"},