From 44d8a22dc313495600edd40d4cc9f367fe380f3e Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 2 Apr 2024 14:33:52 +0000 Subject: [PATCH] chore(deps): update dependency junit_formatter to ~> 3.4.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 7bff840..fda838b 100644 --- a/mix.exs +++ b/mix.exs @@ -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"},