Merge pull request #12736 from zmstone/0319-json-schema-draft-06-as-default-version

chore: upgrade to jesse 1.8.0 for draft-06 as default version
This commit is contained in:
Zaiming (Stone) Shi 2024-03-20 14:39:37 +01:00 committed by GitHub
commit e5f9e7631d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang; -*- %% -*- mode: erlang; -*-
{deps, [ {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, {path, "../../apps/emqx"}},
{emqx_utils, {path, "../emqx_utils"}}, {emqx_utils, {path, "../emqx_utils"}},
{emqx_gateway, {path, "../../apps/emqx_gateway"}} {emqx_gateway, {path, "../../apps/emqx_gateway"}}

View File

@ -6,7 +6,7 @@
{emqx_utils, {path, "../emqx_utils"}}, {emqx_utils, {path, "../emqx_utils"}},
{emqx_rule_engine, {path, "../emqx_rule_engine"}}, {emqx_rule_engine, {path, "../emqx_rule_engine"}},
{erlavro, {git, "https://github.com/emqx/erlavro.git", {tag, "2.10.0"}}}, {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"} {gpb, "4.19.9"}
]}. ]}.