Skip to content

Commit 1c4f307

Browse files
committed
Bump emqx/emqtt to 1.8.2
(cherry picked from commit bf2a97a)
1 parent 92a23e7 commit 1c4f307

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ erlang_package.git_package(
184184
name = "emqtt",
185185
build_file = "@rabbitmq-server//bazel:BUILD.emqtt",
186186
repository = "emqx/emqtt",
187-
tag = "1.7.0-rc.3",
187+
tag = "1.8.2",
188188
)
189189

190190
erlang_package.hex_package(

deps/rabbitmq_auth_backend_oauth2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
1515
dep_jose = git https://github.com/michaelklishin/erlang-jose mk-thoas-support
1616
dep_base64url = hex 1.0.1
1717

18-
dep_emqtt = git https://github.com/emqx/emqtt.git 1.7.0-rc.3
18+
dep_emqtt = git https://github.com/emqx/emqtt.git 1.8.2
1919

2020
include ../../rabbitmq-components.mk
2121
include ../../erlang.mk

deps/rabbitmq_mqtt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DEPS = ranch rabbit_common rabbit amqp_client ra
4343
TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management rabbitmq_web_mqtt
4444

4545
dep_ct_helper = git https://github.com/extend/ct_helper.git master
46-
dep_emqtt = git https://github.com/emqx/emqtt.git 1.7.0-rc.3
46+
dep_emqtt = git https://github.com/emqx/emqtt.git 1.8.2
4747

4848
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
4949
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

deps/rabbitmq_web_mqtt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ TEST_DEPS = emqtt rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_manage
2424
# See rabbitmq-components.mk.
2525
BUILD_DEPS += ranch
2626

27-
dep_emqtt = git https://github.com/emqx/emqtt.git 1.7.0-rc.3
27+
dep_emqtt = git https://github.com/emqx/emqtt.git 1.8.2
2828

2929
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
3030
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

0 commit comments

Comments
 (0)