Skip to content

Commit

Permalink
chore(deps): update dependency tesla to ~> 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 2, 2022
1 parent f7dca0d commit a650ebb
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion clients/cloud_monitoring/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule GoogleApi.CloudMonitoring.V2BETA2.Mixfile do

defp deps() do
[
{:tesla, "~> 0.5"},
{:tesla, "~> 0.10"},
{:poison, ">= 1.0.0"},
{:ex_doc, "~> 0.16", only: :dev}
]
Expand Down
2 changes: 1 addition & 1 deletion clients/cloud_user_accounts/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.CloudUserAccounts.Vm_alpha.Mixfile do

defp deps() do
[
{:tesla, "~> 0.8"},
{:tesla, "~> 0.10"},
{:poison, ">= 1.0.0"},
{:ex_doc, "~> 0.16", only: :dev}
]
Expand Down
2 changes: 1 addition & 1 deletion clients/consumer_surveys/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.ConsumerSurveys.V2.Mixfile do

defp deps() do
[
{:tesla, "~> 0.8"},
{:tesla, "~> 0.10"},
{:poison, ">= 1.0.0"},
{:ex_doc, "~> 0.16", only: :dev}
]
Expand Down
2 changes: 1 addition & 1 deletion clients/play_movies_partner/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.PlayMoviesPartner.V1.Mixfile do

defp deps() do
[
{:tesla, "~> 0.8"},
{:tesla, "~> 0.10"},
{:poison, ">= 1.0.0"},
{:ex_doc, "~> 0.16", only: :dev}
]
Expand Down
2 changes: 1 addition & 1 deletion clients/prediction/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Prediction.V16.Mixfile do

defp deps() do
[
{:tesla, "~> 0.8"},
{:tesla, "~> 0.10"},
{:poison, ">= 1.0.0"},
{:ex_doc, "~> 0.16", only: :dev}
]
Expand Down
2 changes: 1 addition & 1 deletion clients/qpx_express/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.QPXExpress.V1.Mixfile do

defp deps() do
[
{:tesla, "~> 0.8"},
{:tesla, "~> 0.10"},
{:poison, ">= 1.0.0"},
{:ex_doc, "~> 0.16", only: :dev}
]
Expand Down
2 changes: 1 addition & 1 deletion clients/replica_pool_updater/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.ReplicaPoolUpdater.V1beta1.Mixfile do

defp deps() do
[
{:tesla, "~> 0.8"},
{:tesla, "~> 0.10"},
{:poison, ">= 1.0.0"},
{:ex_doc, "~> 0.16", only: :dev}
]
Expand Down
2 changes: 1 addition & 1 deletion clients/resource_views/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.ResourceViews.V1beta2.Mixfile do

defp deps() do
[
{:tesla, "~> 0.8"},
{:tesla, "~> 0.10"},
{:poison, ">= 1.0.0"},
{:ex_doc, "~> 0.16", only: :dev}
]
Expand Down
2 changes: 1 addition & 1 deletion clients/task_queue/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.TaskQueue.V1beta2.Mixfile do

defp deps() do
[
{:tesla, "~> 0.8"},
{:tesla, "~> 0.10"},
{:poison, ">= 1.0.0"},
{:ex_doc, "~> 0.16", only: :dev}
]
Expand Down

0 comments on commit a650ebb

Please sign in to comment.