File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,16 @@ bazel_dep(
4343
4444bazel_dep (
4545 name = "rabbitmq_osiris" ,
46- version = "1.6.3 " ,
46+ version = "1.6.4 " ,
4747 repo_name = "osiris" ,
4848)
4949
50+ git_override (
51+ module_name = "rabbitmq_osiris" ,
52+ commit = "910590b392be8ba9c09684203238d9606534c271" ,
53+ remote = "https://github.com/rabbitmq/osiris.git" ,
54+ )
55+
5056bazel_dep (
5157 name = "rabbitmq_ra" ,
5258 version = "2.6.2" ,
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck prop
149149PLT_APPS += mnesia
150150
151151dep_syslog = git https://github.com/schlagert/syslog 4.0.0
152- dep_osiris = git https://github.com/rabbitmq/osiris v1.6.2
152+ dep_osiris = git https://github.com/rabbitmq/osiris v1.6.4
153153dep_systemd = hex 0.6.1
154154dep_seshat = hex 0.4.0
155155
You can’t perform that action at this time.
0 commit comments