From 69800a9e88f4b5ea321e4173a4a9d78cc6f1145e Mon Sep 17 00:00:00 2001 From: zhouzb Date: Mon, 13 Dec 2021 16:16:57 +0800 Subject: [PATCH] chore(otp): be compatibility with crypto in otp 24 --- apps/emqx_connector/rebar.config | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx_connector/rebar.config b/apps/emqx_connector/rebar.config index 4773d0859..58706e950 100644 --- a/apps/emqx_connector/rebar.config +++ b/apps/emqx_connector/rebar.config @@ -6,7 +6,7 @@ {deps, [ {eldap2, {git, "https://github.com/emqx/eldap2", {tag, "v0.2.2"}}}, {mysql, {git, "https://github.com/emqx/mysql-otp", {tag, "1.7.1"}}}, - {epgsql, {git, "https://github.com/epgsql/epgsql", {tag, "4.4.0"}}}, + {epgsql, {git, "https://github.com/emqx/epgsql", {tag, "4.6.0"}}}, %% NOTE: mind poolboy version when updating mongodb-erlang version {mongodb, {git,"https://github.com/emqx/mongodb-erlang", {tag, "v3.0.10"}}}, %% NOTE: mind poolboy version when updating eredis_cluster version diff --git a/rebar.config b/rebar.config index 1604c7696..c4a3320b3 100644 --- a/rebar.config +++ b/rebar.config @@ -68,7 +68,7 @@ , {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.22.0"}}} , {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.4.1"}}} , {esasl, {git, "https://github.com/emqx/esasl", {tag, "0.2.0"}}} - , {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.1"}}} + , {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.2"}}} ]}. {xref_ignores,