chore: update epgsql to 4.7.0.1 with full OTP-25 compat
This commit is contained in:
parent
5c55783d5f
commit
54cea3b3f2
|
@ -10,7 +10,7 @@
|
||||||
{emqx_resource, {path, "../emqx_resource"}},
|
{emqx_resource, {path, "../emqx_resource"}},
|
||||||
{eldap2, {git, "https://github.com/emqx/eldap2", {tag, "v0.2.2"}}},
|
{eldap2, {git, "https://github.com/emqx/eldap2", {tag, "v0.2.2"}}},
|
||||||
{mysql, {git, "https://github.com/emqx/mysql-otp", {tag, "1.7.1"}}},
|
{mysql, {git, "https://github.com/emqx/mysql-otp", {tag, "1.7.1"}}},
|
||||||
{epgsql, {git, "https://github.com/emqx/epgsql", {tag, "4.7-emqx.2"}}},
|
{epgsql, {git, "https://github.com/emqx/epgsql", {tag, "4.7.0.1"}}},
|
||||||
%% NOTE: mind poolboy version when updating mongodb-erlang version
|
%% NOTE: mind poolboy version when updating mongodb-erlang version
|
||||||
{mongodb, {git, "https://github.com/emqx/mongodb-erlang", {tag, "v3.0.19"}}},
|
{mongodb, {git, "https://github.com/emqx/mongodb-erlang", {tag, "v3.0.19"}}},
|
||||||
%% NOTE: mind poolboy version when updating eredis_cluster version
|
%% NOTE: mind poolboy version when updating eredis_cluster version
|
||||||
|
|
4
mix.exs
4
mix.exs
|
@ -74,8 +74,8 @@ defmodule EMQXUmbrella.MixProject do
|
||||||
{:jose, github: "potatosalad/erlang-jose", tag: "1.11.2"},
|
{:jose, github: "potatosalad/erlang-jose", tag: "1.11.2"},
|
||||||
# in conflict by ehttpc and emqtt
|
# in conflict by ehttpc and emqtt
|
||||||
{:gun, github: "emqx/gun", tag: "1.3.9", override: true},
|
{:gun, github: "emqx/gun", tag: "1.3.9", override: true},
|
||||||
# in conflict by emqx_connectior and system_monitor
|
# in conflict by emqx_connector and system_monitor
|
||||||
{:epgsql, github: "emqx/epgsql", tag: "4.7-emqx.2", override: true},
|
{:epgsql, github: "emqx/epgsql", tag: "4.7.0.1", override: true},
|
||||||
# in conflict by mongodb and eredis_cluster
|
# in conflict by mongodb and eredis_cluster
|
||||||
{:poolboy, github: "emqx/poolboy", tag: "1.5.2", override: true},
|
{:poolboy, github: "emqx/poolboy", tag: "1.5.2", override: true},
|
||||||
# in conflict by emqx and observer_cli
|
# in conflict by emqx and observer_cli
|
||||||
|
|
Loading…
Reference in New Issue