From 8110ef7a6415fdedde5d2f6ee485b93b5ef0d660 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Mon, 21 Jun 2021 10:01:06 +0800 Subject: [PATCH] chore: upgrade lwm2m_coap to 1.1.4 --- apps/emqx_lwm2m/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_lwm2m/rebar.config b/apps/emqx_lwm2m/rebar.config index b9dea9bb8..1873bab2b 100644 --- a/apps/emqx_lwm2m/rebar.config +++ b/apps/emqx_lwm2m/rebar.config @@ -1,5 +1,5 @@ {deps, - [{lwm2m_coap, {git, "https://github.com/emqx/lwm2m-coap", {tag, "v1.1.2"}}} + [{lwm2m_coap, {git, "https://github.com/emqx/lwm2m-coap", {tag, "v1.1.4"}}} ]}. {profiles,