fixeria has submitted this change. (
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/40144?usp=email )
Change subject: rebar.{config,lock}: bump lager version: 3.9.1 -> 3.9.2
......................................................................
rebar.{config,lock}: bump lager version: 3.9.1 -> 3.9.2
This fixes tons of false-positive "a term is constructed, but never
used" warnings. For more details, see:
https://github.com/erlang-lager/lager/issues/546
https://github.com/erlang-lager/lager/pull/547
Change-Id: Id17900cb1b6fbcd6fbc13d16b90b67b82342accb
---
M rebar.config
M rebar.lock
2 files changed, 3 insertions(+), 3 deletions(-)
Approvals:
osmith: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/rebar.config b/rebar.config
index 455fd6c..48b78f7 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,7 +2,7 @@
{deps, [
{setup, "2.0.2"},
- {lager, {git, "https://github.com/erlang-lager/lager", {tag,
"3.9.1"}}},
+ {lager, {git, "https://github.com/erlang-lager/lager", {tag,
"3.9.2"}}},
{osmo_ss7, {git, "https://gitea.osmocom.org/erlang/osmo_ss7", {branch,
"master"}}},
{osmo_gsup, {git, "https://gitea.osmocom.org/erlang/osmo_gsup", {branch,
"master"}}}
]}.
diff --git a/rebar.lock b/rebar.lock
index 2114e56..92484a9 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -6,7 +6,7 @@
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
{<<"lager">>,
{git,"https://github.com/erlang-lager/lager",
- {ref,"c5447d2d85a0d446d41a79bffe0a6a66bd50c901"}},
+ {ref,"459a3b2cdd9eadd29e5a7ce5c43932f5ccd6eb88"}},
0},
{<<"osmo_gsup">>,
{git,"https://gitea.osmocom.org/erlang/osmo_gsup",
@@ -18,7 +18,7 @@
0},
{<<"parse_trans">>,
{git,"https://github.com/uwiger/parse_trans",
- {ref,"d443908e0a8e3842c4763cefd4b37457b892c121"}},
+ {ref,"d99fb36755c813a5db23e6f93741aa58323ef911"}},
1},
{<<"pkt">>,
{git,"https://github.com/msantos/pkt",
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/40144?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: Id17900cb1b6fbcd6fbc13d16b90b67b82342accb
Gerrit-Change-Number: 40144
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>