From 9bcce867b186a84862e84688c8fe1c5f83adcfb0 Mon Sep 17 00:00:00 2001 From: Yosuke Hara Date: Fri, 26 Jan 2018 16:28:51 +0900 Subject: [PATCH] storage: Bump leo_mq, leo_object_storage and leo_redundant_manager --- apps/leo_storage/rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/leo_storage/rebar.config b/apps/leo_storage/rebar.config index 9ab65285..7c3a251e 100644 --- a/apps/leo_storage/rebar.config +++ b/apps/leo_storage/rebar.config @@ -25,10 +25,10 @@ {deps, [ {leo_commons, ".*", {git, "https://github.com/leo-project/leo_commons.git", {tag, "1.1.13"}}}, {leo_logger, ".*", {git, "https://github.com/leo-project/leo_logger.git", {tag, "1.3.5"}}}, - {leo_mq, ".*", {git, "https://github.com/leo-project/leo_mq.git", {tag, "1.5.13"}}}, - {leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.3.23"}}}, + {leo_mq, ".*", {git, "https://github.com/leo-project/leo_mq.git", {tag, "1.5.14"}}}, + {leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.3.24"}}}, {leo_ordning_reda, ".*", {git, "https://github.com/leo-project/leo_ordning_reda.git", {tag, "1.2.9"}}}, - {leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.56"}}}, + {leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.57"}}}, {leo_rpc, ".*", {git, "https://github.com/leo-project/leo_rpc.git", {tag, "0.10.16"}}}, {leo_statistics, ".*", {git, "https://github.com/leo-project/leo_statistics.git", {tag, "1.1.21"}}}, {leo_watchdog, ".*", {git, "https://github.com/leo-project/leo_watchdog.git", {tag, "1.0.5"}}},