Skip to content

Commit

Permalink
chore: bump brod -> 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Oct 25, 2024
1 parent 60e1e6e commit aee67cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/emqx_bridge_azure_event_hub/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{wolff, "4.0.3"},
{kafka_protocol, "4.1.9"},
{brod_gssapi, "0.1.3"},
{brod, "4.3.0"},
{brod, "4.3.1"},
{snappyer, "1.2.10"},
{emqx_connector, {path, "../../apps/emqx_connector"}},
{emqx_resource, {path, "../../apps/emqx_resource"}},
Expand Down
2 changes: 1 addition & 1 deletion apps/emqx_bridge_confluent/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{wolff, "4.0.3"},
{kafka_protocol, "4.1.9"},
{brod_gssapi, "0.1.3"},
{brod, "4.3.0"},
{brod, "4.3.1"},
{snappyer, "1.2.10"},
{emqx_connector, {path, "../../apps/emqx_connector"}},
{emqx_resource, {path, "../../apps/emqx_resource"}},
Expand Down
2 changes: 1 addition & 1 deletion apps/emqx_bridge_kafka/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{wolff, "4.0.3"},
{kafka_protocol, "4.1.9"},
{brod_gssapi, "0.1.3"},
{brod, "4.3.0"},
{brod, "4.3.1"},
{snappyer, "1.2.10"},
{emqx_connector, {path, "../../apps/emqx_connector"}},
{emqx_resource, {path, "../../apps/emqx_resource"}},
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ defmodule EMQXUmbrella.MixProject do
def common_dep(:kafka_protocol),
do: {:kafka_protocol, "4.1.9", override: true}

def common_dep(:brod), do: {:brod, "4.3.0"}
def common_dep(:brod), do: {:brod, "4.3.1"}
## TODO: remove `mix.exs` from `wolff` and remove this override
## TODO: remove `mix.exs` from `pulsar` and remove this override
def common_dep(:snappyer), do: {:snappyer, "1.2.10", override: true}
Expand Down

0 comments on commit aee67cc

Please sign in to comment.