chore(deps): update dependency junit_formatter to ~> 3.4.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is passing

This commit is contained in:
renovate-bot 2024-04-02 14:33:52 +00:00
parent 9bd41ba3b8
commit 44d8a22dc3

View File

@ -37,7 +37,7 @@ defmodule Wabanex.MixProject do
{:ecto_sql, "~> 3.11.0"},
{:gettext, "~> 0.24.0"},
{:jason, "~> 1.4.0"},
{:junit_formatter, "~> 3.3.0", only: [:test]},
{:junit_formatter, "~> 3.4.0", only: [:test]},
{:lcov_ex, "~> 0.3.0", only: [:dev, :test], runtime: false},
{:mix_audit, "~> 2.1.0", only: [:dev, :test], runtime: false},
{:pg_ranges, "~> 1.1.0"},