Skip to content

Commit

Permalink
Merge pull request #25 from Recruitee/bump-opentelemetry
Browse files Browse the repository at this point in the history
Bump opentelemetry dependencies
  • Loading branch information
rdk08 authored Nov 9, 2023
2 parents cf3db2e + 308ed40 commit aeb3c1a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
17 changes: 9 additions & 8 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule Plausible.MixProject do
{:bcrypt_elixir, "~> 2.0"},
{:combination, "~> 0.0.3"},
{:cors_plug, "~> 2.0"},
{:ecto_sql, "~> 3.7.0"},
{:ecto_sql, "< 3.7.2"},
{:elixir_uuid, "~> 1.2", only: :test},
{:jason, "~> 1.3", override: true},
{:phoenix, "~> 1.6.16"},
Expand All @@ -65,7 +65,7 @@ defmodule Plausible.MixProject do
{:phoenix_pubsub, "~> 2.0"},
{:plug, "~> 1.14", override: true},
{:plug_cowboy, "~> 2.6"},
{:postgrex, ">= 0.0.0"},
{:postgrex, ">= 0.0.0", override: true},
{:ref_inspector, "~> 1.3"},
{:timex, "~> 3.7"},
{:gettext, "~> 0.20.0", override: true},
Expand Down Expand Up @@ -99,12 +99,13 @@ defmodule Plausible.MixProject do
{:hammer, "~> 6.0"},
{:public_suffix, git: "https://github.com/axelson/publicsuffix-elixir"},
{:telemetry, "~> 1.0", override: true},
{:opentelemetry, "1.0.0-rc.3"},
{:open_telemetry_decorator, "~> 1.0.0-rc.3"},
{:opentelemetry_exporter, "1.0.0-rc.3"},
{:opentelemetry_phoenix, "1.0.0-rc.5"},
{:opentelemetry_ecto, "1.0.0-rc.3"},
{:opentelemetry_oban, "~> 0.2.0-rc.2"},
{:opentelemetry_exporter, "~> 1.6"},
{:open_telemetry_decorator, "~> 1.4.6"},
{:opentelemetry, "~> 1.3"},
{:opentelemetry_api, "~> 1.2"},
{:opentelemetry_ecto, "~> 1.1"},
{:opentelemetry_oban, "~> 1.0"},
{:opentelemetry_phoenix, "~> 1.1"},
{:floki, "~> 0.32.0", only: :test},
{:referrer_blocklist,
git: "https://github.com/plausible/referrer-blocklist.git", ref: "d6f52c2"}
Expand Down
Loading

0 comments on commit aeb3c1a

Please sign in to comment.