chore: update jq version in mix

This commit is contained in:
Ivan Dyachkov 2022-10-27 15:44:32 +02:00
parent 2b3748304d
commit dbc9ae27c5
1 changed files with 1 additions and 1 deletions

View File

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