From bdffa8d502a60876c2ad491c5505a2c6227ffdab Mon Sep 17 00:00:00 2001 From: Zhongwen Deng Date: Wed, 20 Apr 2022 10:59:22 +0800 Subject: [PATCH] chore: bump emqx_http_lib to 0.5.1 --- mix.exs | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 95b74c11c..bd4430e74 100644 --- a/mix.exs +++ b/mix.exs @@ -69,7 +69,7 @@ defmodule EMQXUmbrella.MixProject do {:getopt, "1.0.2", override: true}, {:snabbkaffe, github: "kafka4beam/snabbkaffe", tag: "0.18.0", override: true}, {:hocon, github: "emqx/hocon", tag: "0.26.7", override: true}, - {:emqx_http_lib, github: "emqx/emqx_http_lib", tag: "0.4.1", override: true}, + {:emqx_http_lib, github: "emqx/emqx_http_lib", tag: "0.5.1", override: true}, {:esasl, github: "emqx/esasl", tag: "0.2.0"}, {:jose, github: "potatosalad/erlang-jose", tag: "1.11.2"}, # in conflict by ehttpc and emqtt diff --git a/rebar.config b/rebar.config index 75d156e01..1d5560405 100644 --- a/rebar.config +++ b/rebar.config @@ -67,7 +67,7 @@ , {getopt, "1.0.2"} , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.18.0"}}} , {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.26.7"}}} - , {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.4.1"}}} + , {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.5.1"}}} , {esasl, {git, "https://github.com/emqx/esasl", {tag, "0.2.0"}}} , {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.2"}}} ]}.