Merge pull request #12994 from rabbitmq/upgrade-eetcd

Upgrade eetcd to v0.5.0
This commit is contained in:
Michael Klishin 2024-12-23 18:07:05 -05:00 committed by GitHub
commit 94e4397dbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ PROJECT_MOD = rabbitmq_peer_discovery_etcd_app
DEPS = rabbit_common rabbitmq_peer_discovery_common rabbit eetcd gun
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers ct_helper meck
dep_ct_helper = git https://github.com/extend/ct_helper.git master
dep_gun = hex 2.1.0
dep_eetcd = hex 0.4.0
dep_eetcd = hex 0.5.0
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk