From 19edda4136ab3d7b56991e3f8083c2bfe734e7b2 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Sat, 28 Nov 2020 16:03:48 +0100 Subject: [PATCH] fix(emqx_lwm2m): bump to lwm2m_coap 1.1.2 --- 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 8d5d54e7c..8d8da18fe 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.1"}}} + [{lwm2m_coap, {git, "https://github.com/emqx/lwm2m-coap", {tag, "v1.1.2"}}} ]}. {profiles,