Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kafka_protocol dependency #377

Merged
merged 1 commit into from
Mar 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/klarna/brod.svg)](https://travis-ci.org/klarna/brod) [![Coverage Status](https://coveralls.io/repos/github/klarna/brod/badge.svg?branch=master)](https://coveralls.io/github/klarna/brod?branch=master)
[![Build Status](https://travis-ci.org/klarna/brod.svg?branch=master)](https://travis-ci.org/klarna/brod) [![Coverage Status](https://coveralls.io/repos/github/klarna/brod/badge.svg?branch=master)](https://coveralls.io/github/klarna/brod?branch=master)

# Brod - Apache Kafka Client for Erlang/Elixir

Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,4 @@
* Bump kafka_protocol dependency to 2.3.3
* 3.10.0
* Stop supporting erlang.mk
* Update kafka_protocol dependency to 2.3.5
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{deps, [ {supervisor3, "1.1.8"}
, {kafka_protocol, "2.3.3"}
, {kafka_protocol, "2.3.5"}
]}.
{edoc_opts, [{preprocess, true}, {macros, [{build_brod_cli, true}]}]}.
{erl_opts, [warn_unused_vars,warn_shadow_vars,warn_unused_import,warn_obsolete_guard,debug_info]}.
Expand Down
4 changes: 2 additions & 2 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{"1.1.0",
[{<<"crc32cer">>,{pkg,<<"crc32cer">>,<<"0.1.3">>},1},
{<<"kafka_protocol">>,{pkg,<<"kafka_protocol">>,<<"2.3.3">>},0},
{<<"kafka_protocol">>,{pkg,<<"kafka_protocol">>,<<"2.3.5">>},0},
{<<"snappyer">>,{pkg,<<"snappyer">>,<<"1.2.4">>},1},
{<<"supervisor3">>,{pkg,<<"supervisor3">>,<<"1.1.8">>},0}]}.
[
{pkg_hash,[
{<<"crc32cer">>, <<"8984906C4B4FAE6AA292C48F286A1C83B19AD44BD102287ACB94D696015967CE">>},
{<<"kafka_protocol">>, <<"A43EAF1768A1A0300E81C356F543F9E6C02576C5A6A3301A1E5EEA7EEEDE7435">>},
{<<"kafka_protocol">>, <<"7E87DE6AF5D2BFDFA0907976883CE11196D14054F33AA5DBF2E5A8CF3A3481AC">>},
{<<"snappyer">>, <<"6D739C534CD2339633127A2B40279BE71F149E5842C5363A4D88E66EFB7C1FEC">>},
{<<"supervisor3">>, <<"5CF95C95342B589EC8D74689EEA0646C0A3EB92820241E0C2D0CA4C104DF92BC">>}]}
].