Skip to content

Commit bfa4e9f

Browse files
committed
Bump emqx/emqtt to 1.8.2
(cherry picked from commit bf2a97a) (cherry picked from commit 1c4f307) # Conflicts: # deps/rabbitmq_web_mqtt/Makefile
1 parent e86b8bb commit bfa4e9f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
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
@@ -39,7 +39,7 @@ DEPS = ranch rabbit_common rabbit amqp_client ra
3939
TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers
4040

4141
dep_ct_helper = git https://github.com/extend/ct_helper.git master
42-
dep_emqtt = git https://github.com/emqx/emqtt.git 1.7.0-rc.3
42+
dep_emqtt = git https://github.com/emqx/emqtt.git 1.8.2
4343

4444
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
4545
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

deps/rabbitmq_web_mqtt/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
2020
# See rabbitmq-components.mk.
2121
BUILD_DEPS += ranch
2222

23+
<<<<<<< HEAD
24+
=======
25+
dep_emqtt = git https://github.com/emqx/emqtt.git 1.8.2
26+
27+
>>>>>>> 1c4f30742e (Bump emqx/emqtt to 1.8.2)
2328
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
2429
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
2530

0 commit comments

Comments
 (0)