From 79b5ddb0a7ad203eadb04ce0b277ad12ed716c5c Mon Sep 17 00:00:00 2001 From: zhouzb Date: Wed, 20 Oct 2021 18:07:07 +0800 Subject: [PATCH] chore(deps): update version of hocon --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 89b8e3a9f..a21341d56 100644 --- a/rebar.config +++ b/rebar.config @@ -61,7 +61,7 @@ , {observer_cli, "1.7.1"} % NOTE: depends on recon 2.5.x , {getopt, "1.0.2"} , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.14.1"}}} - , {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.19.6"}}} + , {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.20.3"}}} , {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.4.1"}}} , {esasl, {git, "https://github.com/emqx/esasl", {tag, "0.2.0"}}} , {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.1"}}}