Skip to content

Commit bfa8f72

Browse files
committed
Bump emqtt to v1.14.6
1 parent 9853bda commit bfa8f72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deps/rabbitmq_auth_backend_oauth2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
1717

1818
dep_base64url = hex 1.0.1
1919

20-
dep_emqtt = git https://github.com/emqx/emqtt.git 1.11.0
20+
dep_emqtt = git https://github.com/emqx/emqtt.git 1.14.6
2121

2222
# Required to properly autopatch jose.
2323
ELIXIR = system

deps/rabbitmq_mqtt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ TEST_DEPS = cowlib emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helper
4848
PLT_APPS += rabbitmq_cli elixir
4949

5050
dep_ct_helper = git https://github.com/extend/ct_helper.git master
51-
dep_emqtt = git https://github.com/emqx/emqtt.git 1.11.0
51+
dep_emqtt = git https://github.com/emqx/emqtt.git 1.14.6
5252

5353
CT_HOOKS = rabbit_ct_hook
5454
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk

deps/rabbitmq_web_mqtt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PLT_APPS += rabbitmq_cli elixir cowlib ssl
2727
# See rabbitmq-components.mk.
2828
BUILD_DEPS += ranch
2929

30-
dep_emqtt = git https://github.com/emqx/emqtt.git 1.11.0
30+
dep_emqtt = git https://github.com/emqx/emqtt.git 1.14.6
3131

3232
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
3333
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

0 commit comments

Comments
 (0)