We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bb61bd + e29b67b commit 49ee9ddCopy full SHA for 49ee9dd
MODULE.bazel
@@ -48,7 +48,7 @@ bazel_dep(
48
49
bazel_dep(
50
name = "rabbitmq_osiris",
51
- version = "1.8.0",
+ version = "1.8.1",
52
repo_name = "osiris",
53
)
54
deps/rabbit/Makefile
@@ -141,7 +141,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck proper amqp_clie
141
PLT_APPS += mnesia
142
143
dep_syslog = git https://github.com/schlagert/syslog 4.0.0
144
-dep_osiris = git https://github.com/rabbitmq/osiris v1.8.0
+dep_osiris = git https://github.com/rabbitmq/osiris v1.8.1
145
dep_systemd = hex 0.6.1
146
147
dep_seshat = git https://github.com/rabbitmq/seshat v0.6.1
0 commit comments