Skip to content

Commit

Permalink
Bump kafka_protocol to 2.3.2 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
k32 committed Nov 12, 2019
1 parent a9ad81c commit a8d243d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEPS = supervisor3 kafka_protocol
ERLC_OPTS = -Werror +warn_unused_vars +warn_shadow_vars +warn_unused_import +warn_obsolete_guard +debug_info -Dbuild_brod_cli

dep_supervisor3_commit = 1.1.8
dep_kafka_protocol_commit = 2.3.1
dep_kafka_protocol_commit = 2.3.2
dep_kafka_protocol = git https://github.com/klarna/kafka_protocol.git $(dep_kafka_protocol_commit)

EDOC_OPTS = preprocess, {macros, [{build_brod_cli, true}]}
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,4 @@
* 3.9.3
* Remove vsn-check dependency from default Makefile target
This enables using brod with erlang.mk + hex
* Bump kafka_protocol dependency to 2.3.2
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.1"}
, {kafka_protocol, "2.3.2"}
]}.
{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.1">>},0},
{<<"kafka_protocol">>,{pkg,<<"kafka_protocol">>,<<"2.3.2">>},0},
{<<"snappyer">>,{pkg,<<"snappyer">>,<<"1.2.4">>},1},
{<<"supervisor3">>,{pkg,<<"supervisor3">>,<<"1.1.8">>},0}]}.
[
{pkg_hash,[
{<<"crc32cer">>, <<"8984906C4B4FAE6AA292C48F286A1C83B19AD44BD102287ACB94D696015967CE">>},
{<<"kafka_protocol">>, <<"5A9AFDF022DB64F0DC4F1B611BFF44C2F71B16782524E544E3F96F9CE08BD82D">>},
{<<"kafka_protocol">>, <<"B518DDDCD6142F975A7DE017EBB77B6DBC52EC8F50B44B49DE9EBCD279951F74">>},
{<<"snappyer">>, <<"6D739C534CD2339633127A2B40279BE71F149E5842C5363A4D88E66EFB7C1FEC">>},
{<<"supervisor3">>, <<"5CF95C95342B589EC8D74689EEA0646C0A3EB92820241E0C2D0CA4C104DF92BC">>}]}
].

0 comments on commit a8d243d

Please sign in to comment.