Skip to content

Commit

Permalink
Merge pull request #10269 from rabbitmq/ra-2.7.1
Browse files Browse the repository at this point in the history
Ra v2.7.1
  • Loading branch information
michaelklishin authored Jan 4, 2024
2 parents b4804a8 + e9317bd commit d258626
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bazel_dep(

bazel_dep(
name = "rabbitmq_ra",
version = "2.7.0",
version = "2.7.1",
repo_name = "ra",
)

Expand Down Expand Up @@ -176,8 +176,8 @@ erlang_package.hex_package(
erlang_package.hex_package(
name = "aten",
build_file = "@rabbitmq-server//bazel:BUILD.aten",
sha256 = "64d40a8cf0ddfea4e13af00b7327f0925147f83612d0627d9506cbffe90c13ef",
version = "0.5.8",
sha256 = "5f39a164206ae3f211ef5880b1f7819415686436e3229d30b6a058564fbaa168",
version = "0.6.0",
)

erlang_package.hex_package(
Expand Down Expand Up @@ -330,8 +330,8 @@ erlang_package.hex_package(
name = "ra_alt",
build_file = "@rabbitmq-server//bazel:BUILD.ra",
pkg = "ra",
sha256 = "f4dd317ab4030c0b14453bcf70179130f388dec35f7d59b6c7edcdfa25270397",
version = "2.7.0",
sha256 = "20ba906dc4feb824f07facca227b5a4f9bf7435eb21f469028112313a64a8490",
version = "2.7.1",
)

erlang_package.git_package(
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dep_khepri = hex 0.10.0
dep_khepri_mnesia_migration = hex 0.2.1
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main
dep_prometheus = hex 4.11.0
dep_ra = hex 2.7.0
dep_ra = hex 2.7.1
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.3
dep_redbug = hex 2.0.7
Expand Down

0 comments on commit d258626

Please sign in to comment.