Update dependencies

This commit is contained in:
2023-05-17 08:06:47 +02:00
parent b94d6cfc40
commit bdb892efec
2 changed files with 32 additions and 30 deletions

12
mix.exs
View File

@@ -33,14 +33,14 @@ defmodule KafkaexLagExporter.MixProject do
defp deps do
[
{:phoenix, "~> 1.6.6"},
{:telemetry_metrics, "~> 0.6"},
{:telemetry_metrics, "~> 0.6.1"},
{:telemetry_poller, "~> 1.0"},
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:jason, "~> 1.4.0"},
{:plug_cowboy, "~> 2.6.1"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
{:brod, "~> 3.16"},
{:prom_ex, "~> 1.6.0"}
{:brod, "~> 3.16.1"},
{:prom_ex, "~> 1.8.0"}
]
end
end