فهرست منبع

Merge pull request #13750 from id/20240903-bump-sasl_auth-2.3.2

chore: bump sasl_auth to 2.3.2
JianBo He 1 سال پیش
والد
کامیت
4d145a1cf0
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      apps/emqx_auth_kerberos/rebar.config
  2. 1 1
      mix.exs
  3. 1 1
      rebar.config

+ 1 - 1
apps/emqx_auth_kerberos/rebar.config

@@ -3,5 +3,5 @@
 {deps, [
 {deps, [
     {emqx, {path, "../emqx"}},
     {emqx, {path, "../emqx"}},
     {emqx_utils, {path, "../emqx_utils"}},
     {emqx_utils, {path, "../emqx_utils"}},
-    {sasl_auth, "2.3.1"}
+    {sasl_auth, "2.3.2"}
 ]}.
 ]}.

+ 1 - 1
mix.exs

@@ -212,7 +212,7 @@ defmodule EMQXUmbrella.MixProject do
 
 
   # in conflict by emqx_connector and system_monitor
   # in conflict by emqx_connector and system_monitor
   def common_dep(:epgsql), do: {:epgsql, github: "emqx/epgsql", tag: "4.7.1.2", override: true}
   def common_dep(:epgsql), do: {:epgsql, github: "emqx/epgsql", tag: "4.7.1.2", override: true}
-  def common_dep(:sasl_auth), do: {:sasl_auth, "2.3.1", override: true}
+  def common_dep(:sasl_auth), do: {:sasl_auth, "2.3.2", override: true}
   def common_dep(:gen_rpc), do: {:gen_rpc, github: "emqx/gen_rpc", tag: "3.4.0", override: true}
   def common_dep(:gen_rpc), do: {:gen_rpc, github: "emqx/gen_rpc", tag: "3.4.0", override: true}
 
 
   def common_dep(:system_monitor),
   def common_dep(:system_monitor),

+ 1 - 1
rebar.config

@@ -99,7 +99,7 @@
     {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "1.0.10"}}},
     {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "1.0.10"}}},
     {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.43.3"}}},
     {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.43.3"}}},
     {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.5.3"}}},
     {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.5.3"}}},
-    {sasl_auth, "2.3.1"},
+    {sasl_auth, "2.3.2"},
     {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.2"}}},
     {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.2"}}},
     {telemetry, "1.1.0"},
     {telemetry, "1.1.0"},
     {hackney, {git, "https://github.com/emqx/hackney.git", {tag, "1.18.1-1"}}},
     {hackney, {git, "https://github.com/emqx/hackney.git", {tag, "1.18.1-1"}}},