소스 검색

chore: update emqtt to 1.13.5

Shawn 1 년 전
부모
커밋
ab689fe20d
5개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 2
      apps/emqx/rebar.config
  2. 1 1
      apps/emqx_retainer/rebar.config
  3. 1 0
      changes/ce/fix-14266.en.md
  4. 1 1
      mix.exs
  5. 1 1
      rebar.config

+ 2 - 2
apps/emqx/rebar.config

@@ -46,7 +46,7 @@
             {meck, "0.9.2"},
             {proper, "1.4.0"},
             {bbmustache, "1.10.0"},
-            {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.13.0"}}}
+            {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.13.5"}}}
         ]},
         {extra_src_dirs, [
             {"test", [recursive]},
@@ -58,7 +58,7 @@
             {meck, "0.9.2"},
             {proper, "1.4.0"},
             {bbmustache, "1.10.0"},
-            {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.13.0"}}}
+            {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.13.5"}}}
         ]},
         {extra_src_dirs, [{"test", [recursive]}]}
     ]}

+ 1 - 1
apps/emqx_retainer/rebar.config

@@ -30,7 +30,7 @@
 {profiles, [
     {test, [
         {deps, [
-            {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.13.0"}}}
+            {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.13.5"}}}
         ]}
     ]}
 ]}.

+ 1 - 0
changes/ce/fix-14266.en.md

@@ -0,0 +1 @@
+Update `emqtt` from 1.13.0 to 1.13.5, please refer to [emqtt's change logs](https://github.com/emqx/emqtt/blob/1.13.5/changelog.md) for more details.

+ 1 - 1
mix.exs

@@ -246,7 +246,7 @@ defmodule EMQXUmbrella.MixProject do
   def common_dep(:emqtt),
     do:
       {:emqtt,
-       github: "emqx/emqtt", tag: "1.13.0", override: true, system_env: maybe_no_quic_env()}
+       github: "emqx/emqtt", tag: "1.13.5", override: true, system_env: maybe_no_quic_env()}
 
   def common_dep(:typerefl),
     do: {:typerefl, github: "ieQu1/typerefl", tag: "0.9.1", override: true}

+ 1 - 1
rebar.config

@@ -90,7 +90,7 @@
     {ecpool, {git, "https://github.com/emqx/ecpool", {tag, "0.5.10"}}},
     {replayq, {git, "https://github.com/emqx/replayq.git", {tag, "0.3.10"}}},
     {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {tag, "2.0.4"}}},
-    {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.13.0"}}},
+    {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.13.5"}}},
     {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.2.1"}}},
     % NOTE: depends on recon 2.5.x
     {observer_cli, "1.7.5"},