chore: bump erlcloud dependencies vsns

This commit is contained in:
JimMoen 2023-05-10 19:38:19 +08:00
parent e32ab10d01
commit a32be1ab85
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
1 changed files with 6 additions and 0 deletions

View File

@ -191,6 +191,12 @@ defmodule EMQXUmbrella.MixProject do
{:crc32cer, "0.1.8", override: true},
{:supervisor3, "1.1.12", override: true},
{:erlcloud, github: "emqx/erlcloud", tag: "3.5.16-emqx-1", override: true},
# erlcloud's rebar.config requires rebar3 and does not support Mix,
# so it tries to fetch deps from git. We need to override this.
{:lhttpc, tag: "1.6.2", override: true},
{:eini, "1.2.9", override: true},
{:base16, "1.0.0", override: true},
# end of erlcloud's deps
{:opentsdb, github: "emqx/opentsdb-client-erl", tag: "v0.5.1", override: true},
# The following two are dependencies of rabbit_common. They are needed here to
# make mix not complain about conflicting versions