From 78d2c2296f750379f5b7575cb87c6fe7e76a7f73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2019 06:33:03 +0000 Subject: [PATCH] Bump junit_formatter from 2.2.0 to 3.0.1 Bumps [junit_formatter](https://github.com/victorolinasc/junit-formatter) from 2.2.0 to 3.0.1. - [Release notes](https://github.com/victorolinasc/junit-formatter/releases) - [Changelog](https://github.com/victorolinasc/junit-formatter/blob/master/CHANGELOG.md) - [Commits](https://github.com/victorolinasc/junit-formatter/commits) Signed-off-by: dependabot-preview[bot] --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index d66d0d3..81b8600 100644 --- a/mix.exs +++ b/mix.exs @@ -52,7 +52,7 @@ defmodule ConduitMQTT.Mixfile do {:conduit, "~> 0.12.8"}, {:ex_doc, "~> 0.19", only: :dev}, {:dialyxir, "~> 0.4", only: :dev}, - {:junit_formatter, "~> 2.0", only: :test}, + {:junit_formatter, "~> 3.0", only: :test}, {:excoveralls, "~> 0.5", only: :test}, {:credo, "~> 0.7", only: [:dev, :test]} ] diff --git a/mix.lock b/mix.lock index bb1eccb..27bcbfc 100644 --- a/mix.lock +++ b/mix.lock @@ -16,7 +16,7 @@ "hackney": {:hex, :hackney, "1.14.3", "b5f6f5dcc4f1fba340762738759209e21914516df6be440d85772542d4a5e412", [:rebar3], [{:certifi, "2.4.2", [hex: :certifi, repo: "hexpm", optional: false]}, {:idna, "6.0.0", [hex: :idna, repo: "hexpm", optional: false]}, {:metrics, "1.0.1", [hex: :metrics, repo: "hexpm", optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, repo: "hexpm", optional: false]}, {:ssl_verify_fun, "1.1.4", [hex: :ssl_verify_fun, repo: "hexpm", optional: false]}], "hexpm"}, "idna": {:hex, :idna, "6.0.0", "689c46cbcdf3524c44d5f3dde8001f364cd7608a99556d8fbd8239a5798d4c10", [:rebar3], [{:unicode_util_compat, "0.4.1", [hex: :unicode_util_compat, repo: "hexpm", optional: false]}], "hexpm"}, "jason": {:hex, :jason, "1.1.2", "b03dedea67a99223a2eaf9f1264ce37154564de899fd3d8b9a21b1a6fd64afe7", [:mix], [{:decimal, "~> 1.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm"}, - "junit_formatter": {:hex, :junit_formatter, "2.2.0", "da6093f0740c58a824f9585ebb7cb1b960efaecf48d1fa969e95d9c47c6b19dd", [:mix], [], "hexpm"}, + "junit_formatter": {:hex, :junit_formatter, "3.0.1", "4ed76a50886717a6d683a978cec775abdcb88d9d51cfddd3d8fbf8e6af4625da", [:mix], [], "hexpm"}, "makeup": {:hex, :makeup, "0.5.5", "9e08dfc45280c5684d771ad58159f718a7b5788596099bdfb0284597d368a882", [:mix], [{:nimble_parsec, "~> 0.4", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm"}, "makeup_elixir": {:hex, :makeup_elixir, "0.10.0", "0f09c2ddf352887a956d84f8f7e702111122ca32fbbc84c2f0569b8b65cbf7fa", [:mix], [{:makeup, "~> 0.5.5", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm"}, "metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], [], "hexpm"},