File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck prop
142142PLT_APPS += mnesia
143143
144144dep_syslog = git https://github.com/schlagert/syslog 4.0.0
145- dep_osiris = git https://github.com/rabbitmq/osiris v1.2.4
145+ dep_osiris = git https://github.com/rabbitmq/osiris v1.2.5
146146dep_systemd = hex 0.6.1
147147dep_seshat = git https://github.com/rabbitmq/seshat 0.1.0
148148
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ Contributors are encouraged to update them together with their changes. This hel
5050
5151## Dependency Upgrades
5252
53+ * ` osiris ` upgraded from [ ` 1.2.4 ` to ` 1.2.5 ` ] ( https://github.com/rabbitmq/osiris/compare/v1.2.4...v1.2.5 )
5354 * ` observer-cli ` was upgraded [ from v1.7.2 to v1.7.3] ( https://github.com/zhongwencool/observer_cli/compare/1.7.2...1.7.3 )
5455
5556
Original file line number Diff line number Diff line change @@ -155,13 +155,12 @@ erlang_app(
155155 sha256 = "a41b6d3e11a3444e063e09cc225f7f3e631ce14019e5fbcaebfda89b1bd788ea" ,
156156 )
157157
158- # v1.2.4 of osiris still assumes bazel-erlang, so we import it via rules_erlang here
159158 github_erlang_app (
160159 name = "osiris" ,
161160 org = "rabbitmq" ,
162- ref = "refs/tags/v1.2.4 " ,
163- version = "1.2.4 " ,
164- sha256 = "f225265995ee8ab148c61a98fcbcf61eebc222027a006eb19586b7a6c9d03008 " ,
161+ ref = "refs/tags/v1.2.5 " ,
162+ version = "1.2.5 " ,
163+ sha256 = "6d39f32a39d5d3c67cbce59afc007191197182a95a530b4a0c41b5aacda902b3 " ,
165164 build_file = rabbitmq_workspace + "//:BUILD.osiris" ,
166165 )
167166
You can’t perform that action at this time.
0 commit comments