Просмотр исходного кода

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
Zaiming (Stone) Shi 1 год назад
Родитель
Сommit
e5f9e7631d
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      apps/emqx_gateway_ocpp/rebar.config
  2. 1 1
      apps/emqx_schema_registry/rebar.config

+ 1 - 1
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"}}

+ 1 - 1
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"}
 ]}.