chore: ping jq v0.3.3

This commit is contained in:
Shawn 2022-05-31 22:47:59 +08:00
parent d9a5f53601
commit e664a3bc30
2 changed files with 2 additions and 2 deletions

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),