Skip to content

Commit 0b92354

Browse files
Merge pull request #9220 from rabbitmq/osiris-1.6.4
osiris 1.6.4
2 parents 119f034 + b3a3921 commit 0b92354

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

MODULE.bazel

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,16 @@ bazel_dep(
4343

4444
bazel_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+
5056
bazel_dep(
5157
name = "rabbitmq_ra",
5258
version = "2.6.2",

deps/rabbit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck prop
149149
PLT_APPS += mnesia
150150

151151
dep_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
153153
dep_systemd = hex 0.6.1
154154
dep_seshat = hex 0.4.0
155155

0 commit comments

Comments
 (0)