Merge pull request #8104 from terry-xiaoyu/jq_on_macosx_m1

chore: ping jq v0.3.3
This commit is contained in:
Xinyu Liu 2022-05-31 23:39:23 +08:00 committed by GitHub
commit ce6d56a811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
%% hyphen.
%% Community edition
-define(EMQX_RELEASE_CE, "5.0.0-rc.3").
-define(EMQX_RELEASE_CE, "5.0.0-rc.4").
%% Enterprise edition
-define(EMQX_RELEASE_EE, "5.0.0-alpha.1").

View File

@ -609,7 +609,7 @@ defmodule EMQXUmbrella.MixProject do
defp jq_dep() do
if enable_jq?(),
do: [{:jq, github: "emqx/jq", tag: "v0.3.2", override: true}],
do: [{:jq, github: "emqx/jq", tag: "v0.3.3", override: true}],
else: []
end

View File

@ -41,7 +41,7 @@ quicer() ->
{quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.9"}}}.
jq() ->
{jq, {git, "https://github.com/emqx/jq", {tag, "v0.3.2"}}}.
{jq, {git, "https://github.com/emqx/jq", {tag, "v0.3.3"}}}.
deps(Config) ->
{deps, OldDeps} = lists:keyfind(deps, 1, Config),