Skip to content

Commit 4664d42

Browse files
build(deps): update elixir dependencies
1 parent c98b9ad commit 4664d42

File tree

13 files changed

+36
-34
lines changed

13 files changed

+36
-34
lines changed

apps/astarte_appengine_api/mix.exs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ defmodule Astarte.AppEngine.API.Mixfile do
7272
# Type `mix help deps` for examples and options.
7373
defp deps do
7474
[
75-
{:amqp, "~> 3.0"},
75+
{:amqp, "~> 4.0"},
7676
{:phoenix, "~> 1.7"},
7777
{:phoenix_ecto, "~> 4.0"},
7878
{:phoenix_view, "~> 2.0"},
79-
{:gettext, "~> 0.24"},
79+
{:gettext, "~> 1.0"},
8080
{:plug_cowboy, "~> 2.1"},
8181
{:jason, "~> 1.2"},
82-
{:cors_plug, "~> 2.0"},
82+
{:cors_plug, "~> 3.0"},
8383
{:ex_lttb, "~> 0.3"},
8484
{:cyanide, "~> 2.0"},
8585
{:guardian, "~> 2.3.2"},
@@ -108,8 +108,8 @@ defmodule Astarte.AppEngine.API.Mixfile do
108108
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
109109
# Test section
110110
{:excoveralls, "~> 0.15", only: :test},
111-
{:mox, "~> 0.5", only: :test},
112-
{:mimic, "~> 1.11", only: :test}
111+
{:mox, "~> 1.0", only: :test},
112+
{:mimic, "~> 2.0", only: :test}
113113
]
114114
end
115115

apps/astarte_data_updater_plant/mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ defmodule Astarte.DataUpdaterPlant.Mixfile do
7171
defp deps do
7272
[
7373
{:jason, "~> 1.2"},
74-
{:amqp, "~> 3.3"},
74+
{:amqp, "~> 4.0"},
7575
{:castore, "~> 1.0.0"},
7676
{:cyanide, "~> 2.0"},
7777
{:excoveralls, "~> 0.15", only: :test},
7878
{:mississippi, github: "secomind/mississippi"},
7979
{:mox, "~> 1.0", only: :test},
80-
{:mimic, "~> 1.11", only: [:dev, :test]},
80+
{:mimic, "~> 2.0", only: [:dev, :test]},
8181
{:exandra, "~> 0.13"},
8282
{:current_rabbit_pool, "~> 1.1"},
8383
{:libcluster, "~> 3.3"},

apps/astarte_housekeeping/mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ defmodule Astarte.Housekeeping.Mixfile do
7474
{:phoenix, "~> 1.7"},
7575
{:phoenix_ecto, "~> 4.0"},
7676
{:phoenix_view, "~> 2.0"},
77-
{:gettext, "~> 0.24"},
78-
{:cors_plug, "~> 2.0"},
77+
{:gettext, "~> 1.0"},
78+
{:cors_plug, "~> 3.0"},
7979
{:plug_cowboy, "~> 2.1"},
8080
{:guardian, "~> 2.3.2"},
8181
{:excoveralls, "~> 0.15", only: :test},
@@ -87,7 +87,7 @@ defmodule Astarte.Housekeeping.Mixfile do
8787
{:telemetry_poller, "~> 1.3"},
8888
{:telemetry_metrics_prometheus_core, "~> 1.2"},
8989
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
90-
{:mimic, "~> 1.11", only: [:test, :dev]},
90+
{:mimic, "~> 2.0", only: [:test, :dev]},
9191
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
9292
{:astarte_generators, path: astarte_lib("astarte_generators"), only: [:dev, :test]},
9393
{:httpoison, "~> 2.0"},

apps/astarte_pairing/mix.exs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ defmodule Astarte.Pairing.Mixfile do
7474
[
7575
{:castore, "~> 1.0.0"},
7676
{:phoenix, "~> 1.7"},
77-
{:gettext, "~> 0.24"},
77+
{:gettext, "~> 1.0"},
7878
{:plug_cowboy, "~> 2.2"},
7979
{:phoenix_ecto, "~> 4.0"},
8080
{:phoenix_view, "~> 2.0"},
@@ -84,12 +84,12 @@ defmodule Astarte.Pairing.Mixfile do
8484
{:guardian, "~> 2.3.2"},
8585
{:remote_ip, "~> 1.0"},
8686
{:excoveralls, "~> 0.15", only: :test},
87-
{:mox, "~> 0.5", only: :test},
87+
{:mox, "~> 1.0", only: :test},
8888
{:pretty_log, "~> 0.1"},
8989
{:plug_logger_with_meta, "~> 0.1"},
9090
{:dialyxir, "~> 1.0", only: [:dev, :ci, :test], runtime: false},
9191
{:skogsra, "~> 2.2"},
92-
{:cors_plug, "~> 2.0"},
92+
{:cors_plug, "~> 3.0"},
9393
{:telemetry, "~> 1.0"},
9494
{:telemetry_metrics, "~> 1.1"},
9595
{:telemetry_poller, "~> 1.3"},
@@ -98,12 +98,12 @@ defmodule Astarte.Pairing.Mixfile do
9898
{:cfxxl, github: "ispirata/cfxxl"},
9999
{:astarte_data_access, path: astarte_lib("astarte_data_access")},
100100
{:astarte_generators, path: astarte_lib("astarte_generators"), only: [:dev, :test]},
101-
{:bcrypt_elixir, "~> 2.2"},
101+
{:bcrypt_elixir, "~> 3.0"},
102102
{:xandra, "~> 0.19"},
103103
{:ecto, "~> 3.12"},
104104
{:exandra, "~> 0.13"},
105105
{:typed_ecto_schema, "~> 0.4"},
106-
{:mimic, "~> 1.11", only: :test},
106+
{:mimic, "~> 2.0", only: :test},
107107
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
108108
{:con_cache, "~> 1.1"},
109109
{:astarte_events, path: astarte_lib("astarte_events")},

apps/astarte_realm_management/mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ defmodule Astarte.RealmManagement.Mixfile do
7373
[
7474
{:phoenix, "~> 1.7"},
7575
{:plug_cowboy, "~> 2.1"},
76-
{:gettext, "~> 0.24"},
76+
{:gettext, "~> 1.0"},
7777
{:phoenix_ecto, "~> 4.0"},
7878
{:phoenix_view, "~> 2.0"},
79-
{:cors_plug, "~> 2.0"},
79+
{:cors_plug, "~> 3.0"},
8080
{:jason, "~> 1.2"},
8181
{:con_cache, "~> 1.1"},
8282
{:guardian, "~> 2.3"},
@@ -94,7 +94,7 @@ defmodule Astarte.RealmManagement.Mixfile do
9494
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
9595
{:astarte_events, path: astarte_lib("astarte_events")},
9696
{:astarte_rpc, path: astarte_lib("astarte_rpc")},
97-
{:mimic, "~> 1.11", only: :test},
97+
{:mimic, "~> 2.0", only: :test},
9898
{:ssl_verify_fun, "~> 1.1.7"},
9999
{:uuid, "~> 2.0", hex: :uuid_erl},
100100
{:libcluster, "~> 3.3"},

apps/astarte_trigger_engine/mix.exs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ defmodule Astarte.TriggerEngine.Mixfile do
6666

6767
defp deps do
6868
[
69-
{:amqp, "~> 3.3"},
69+
{:amqp, "~> 4.0"},
7070
{:bbmustache, "~> 1.9"},
7171
{:castore, "~> 1.0.0"},
7272
{:cyanide, "~> 2.0"},
73-
{:httpoison, "~> 1.6"},
73+
{:httpoison, "~> 2.0"},
7474
{:jason, "~> 1.2"},
7575
{:plug_cowboy, "~> 2.1"},
7676
{:telemetry, "~> 1.0"},
@@ -88,8 +88,8 @@ defmodule Astarte.TriggerEngine.Mixfile do
8888
{:current_rabbit_pool, "~> 1.1"},
8989
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
9090
{:excoveralls, "~> 0.15", only: :test},
91-
{:mox, "~> 0.5", only: :test},
92-
{:mimic, "~> 1.11", only: :test},
91+
{:mox, "~> 1.0", only: :test},
92+
{:mimic, "~> 2.0", only: :test},
9393
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
9494
]
9595
end

libs/astarte_data_access/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ defmodule Astarte.DataAccess.Mixfile do
7171
{:castore, "~> 1.0.0"},
7272
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
7373
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
74-
{:mimic, "~> 1.7.4", only: :test},
74+
{:mimic, "~> 2.3.0", only: :test},
7575
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
7676
]
7777
end

libs/astarte_data_access/mix.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
"exandra": {:hex, :exandra, "0.16.0", "848690b915c96a80f05c0bea782fd7b0fed7963ffb449f9022939fe6ade96e0c", [:mix], [{:decimal, "~> 1.6 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:ecto, "~> 3.13", [hex: :ecto, repo: "hexpm", optional: false]}, {:ecto_sql, "~> 3.13", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}, {:nimble_options, "~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:xandra, "~> 0.19.4", [hex: :xandra, repo: "hexpm", optional: false]}], "hexpm", "4b95adfdde42bd953bb80d083347ac69cd71a520213b4c2cd83cecd9b01bd919"},
1818
"excoveralls": {:hex, :excoveralls, "0.18.5", "e229d0a65982613332ec30f07940038fe451a2e5b29bce2a5022165f0c9b157e", [:mix], [{:castore, "~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "523fe8a15603f86d64852aab2abe8ddbd78e68579c8525ae765facc5eae01562"},
1919
"file_system": {:hex, :file_system, "1.1.1", "31864f4685b0148f25bd3fbef2b1228457c0c89024ad67f7a81a3ffbc0bbad3a", [:mix], [], "hexpm", "7a15ff97dfe526aeefb090a7a9d3d03aa907e100e262a0f8f7746b78f8f87a5d"},
20+
"ham": {:hex, :ham, "0.3.2", "02ae195f49970ef667faf9d01bc454fb80909a83d6c775bcac724ca567aeb7b3", [:mix], [], "hexpm", "b71cc684c0e5a3d32b5f94b186770551509e93a9ae44ca1c1a313700f2f6a69a"},
2021
"jason": {:hex, :jason, "1.4.4", "b9226785a9aa77b6857ca22832cffa5d5011a667207eb2a0ad56adb5db443b8a", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "c5eb0cab91f094599f94d55bc63409236a8ec69a21a67814529e8d5f6cc90b3b"},
2122
"makeup": {:hex, :makeup, "1.2.1", "e90ac1c65589ef354378def3ba19d401e739ee7ee06fb47f94c687016e3713d1", [:mix], [{:nimble_parsec, "~> 1.4", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "d36484867b0bae0fea568d10131197a4c2e47056a6fbe84922bf6ba71c8d17ce"},
2223
"makeup_elixir": {:hex, :makeup_elixir, "1.0.1", "e928a4f984e795e41e3abd27bfc09f51db16ab8ba1aebdba2b3a575437efafc2", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "7284900d412a3e5cfd97fdaed4f5ed389b8f2b4cb49efc0eb3bd10e2febf9507"},
2324
"makeup_erlang": {:hex, :makeup_erlang, "1.0.3", "4252d5d4098da7415c390e847c814bad3764c94a814a0b4245176215615e1035", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "953297c02582a33411ac6208f2c6e55f0e870df7f80da724ed613f10e6706afd"},
24-
"mimic": {:hex, :mimic, "1.7.4", "cd2772ffbc9edefe964bc668bfd4059487fa639a5b7f1cbdf4fd22946505aa4f", [:mix], [], "hexpm", "437c61041ecf8a7fae35763ce89859e4973bb0666e6ce76d75efc789204447c3"},
25+
"mimic": {:hex, :mimic, "2.3.0", "88b1d13c285e57df6ea57204317bb56e49e7329668006cdcb80a9aafc73a9616", [:mix], [{:ham, "~> 0.3", [hex: :ham, repo: "hexpm", optional: false]}], "hexpm", "52771f23689398c5d41c7d05e91c2c28e10df273b784f40ca8b02e35e46850d3"},
2526
"nimble_options": {:hex, :nimble_options, "1.1.1", "e3a492d54d85fc3fd7c5baf411d9d2852922f66e69476317787a7b2bb000a61b", [:mix], [], "hexpm", "821b2470ca9442c4b6984882fe9bb0389371b8ddec4d45a9504f00a66f650b44"},
2627
"nimble_parsec": {:hex, :nimble_parsec, "1.4.2", "8efba0122db06df95bfaa78f791344a89352ba04baedd3849593bfce4d0dc1c6", [:mix], [], "hexpm", "4b21398942dda052b403bbe1da991ccd03a053668d147d53fb8c4e0efe09c973"},
2728
"protobuf": {:hex, :protobuf, "0.16.0", "d1878725105d49162977cf3408ccc3eac4f3532e26e5a9e250f2c624175d10f6", [:mix], [{:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "f0d0d3edd8768130f24cc2cfc41320637d32c80110e80d13f160fa699102c828"},

libs/astarte_events/mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ defmodule Astarte.Events.Mixfile do
5050

5151
defp deps do
5252
[
53-
{:amqp, "~> 3.3"},
53+
{:amqp, "~> 4.0"},
5454
{:castore, "~> 1.0.0"},
5555
{:con_cache, "~> 1.1"},
5656
{:excoveralls, "~> 0.15", only: :test},
5757
{:current_rabbit_pool, "~> 1.1"},
5858
{:skogsra, "~> 2.2"},
5959
{:mox, "~> 1.0", only: :test},
60-
{:mimic, "~> 1.11", only: [:dev, :test]},
60+
{:mimic, "~> 2.0", only: [:dev, :test]},
6161
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
6262
{:astarte_data_access, path: "../astarte_data_access"},
6363
{:astarte_core, github: "astarte-platform/astarte_core", tag: "v1.3.0-rc.1"},

libs/astarte_generators/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ defmodule Astarte.Core.Generators.MixProject do
5656
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
5757
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
5858
{:excoveralls, "~> 0.15", only: :test},
59-
{:mox, "~> 0.5", only: :test}
59+
{:mox, "~> 1.0", only: :test}
6060
]
6161
end
6262

0 commit comments

Comments
 (0)