Skip to content

Commit

Permalink
Merge pull request rabbitmq#5883 from rabbitmq/bump-otp-24.3
Browse files Browse the repository at this point in the history
Adopt otp 24.3.4.5
  • Loading branch information
michaelklishin authored Sep 27, 2022
2 parents 88e27e2 + 6671070 commit c4bc43b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ erlang_config.internal_erlang_from_github_release(

erlang_config.internal_erlang_from_github_release(
name = "24",
sha256 = "86dddc0de486acc320ed7557f12033af0b5045205290ee4926aa931b3d8b3ab2",
version = "24.3.4.4",
sha256 = "0b57d49e62958350676e8f32a39008d420dca4bc20f2d7e38c0671ab2ba62f14",
version = "24.3.4.5",
)

erlang_config.internal_erlang_from_github_release(
Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ erlang_config(
),
internal_erlang_from_github_release(
name = "24",
sha256 = "86dddc0de486acc320ed7557f12033af0b5045205290ee4926aa931b3d8b3ab2",
version = "24.3.4.4",
sha256 = "0b57d49e62958350676e8f32a39008d420dca4bc20f2d7e38c0671ab2ba62f14",
version = "24.3.4.5",
),
internal_erlang_from_github_release(
name = "25",
Expand Down

0 comments on commit c4bc43b

Please sign in to comment.