diff --git a/apps/emqx_gateway_ocpp/rebar.config b/apps/emqx_gateway_ocpp/rebar.config index f5095dd30..cd4fcc301 100644 --- a/apps/emqx_gateway_ocpp/rebar.config +++ b/apps/emqx_gateway_ocpp/rebar.config @@ -1,7 +1,7 @@ %% -*- mode: erlang; -*- {deps, [ - {jesse, {git, "https://github.com/emqx/jesse.git", {tag, "1.7.12"}}}, + {jesse, {git, "https://github.com/emqx/jesse.git", {tag, "1.8.0"}}}, {emqx, {path, "../../apps/emqx"}}, {emqx_utils, {path, "../emqx_utils"}}, {emqx_gateway, {path, "../../apps/emqx_gateway"}} diff --git a/apps/emqx_schema_registry/rebar.config b/apps/emqx_schema_registry/rebar.config index e49e69fbd..5732d7919 100644 --- a/apps/emqx_schema_registry/rebar.config +++ b/apps/emqx_schema_registry/rebar.config @@ -6,7 +6,7 @@ {emqx_utils, {path, "../emqx_utils"}}, {emqx_rule_engine, {path, "../emqx_rule_engine"}}, {erlavro, {git, "https://github.com/emqx/erlavro.git", {tag, "2.10.0"}}}, - {jesse, {git, "https://github.com/emqx/jesse.git", {tag, "1.7.12"}}}, + {jesse, {git, "https://github.com/emqx/jesse.git", {tag, "1.8.0"}}}, {gpb, "4.19.9"} ]}.