From b8505ebd54f5afba3316543e393523d15e410f83 Mon Sep 17 00:00:00 2001 From: zmstone Date: Tue, 19 Mar 2024 14:47:11 +0100 Subject: [PATCH] chore: upgrade to jesse 1.8.0 for draft-06 as default version --- apps/emqx_gateway_ocpp/rebar.config | 2 +- apps/emqx_schema_registry/rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"} ]}.