File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
rabbitmq_auth_backend_oauth2 Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ erlang_package.git_package(
184
184
name = "emqtt" ,
185
185
build_file = "@rabbitmq-server//bazel:BUILD.emqtt" ,
186
186
repository = "emqx/emqtt" ,
187
- tag = "1.7.0-rc.3 " ,
187
+ tag = "1.8.2 " ,
188
188
)
189
189
190
190
erlang_package .hex_package (
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
15
15
dep_jose = git https://github.com/michaelklishin/erlang-jose mk-thoas-support
16
16
dep_base64url = hex 1.0.1
17
17
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
19
19
20
20
include ../../rabbitmq-components.mk
21
21
include ../../erlang.mk
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ DEPS = ranch rabbit_common rabbit amqp_client ra
43
43
TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management rabbitmq_web_mqtt
44
44
45
45
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
47
47
48
48
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
49
49
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ TEST_DEPS = emqtt rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_manage
24
24
# See rabbitmq-components.mk.
25
25
BUILD_DEPS += ranch
26
26
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
28
28
29
29
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
30
30
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
You can’t perform that action at this time.
0 commit comments