Update the Wix version to 5.0.2 from 4.0.5 (#1070)

* https://github.com/google/mozc/issues/1070

PiperOrigin-RevId: 683079800
This commit is contained in:
Hiroyuki Komatsu
2024-10-07 08:26:40 +00:00
parent acf0aff5f3
commit 20a5c86117
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"wix": {
"version": "4.0.5",
"version": "5.0.2",
"commands": ["wix"]
}
}

View File

@ -172,7 +172,7 @@ dotnet_tool_repository = use_repo_rule(
dotnet_tool_repository(
name = "wix",
version = "4.0.5",
version = "5.0.2",
)
http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")

View File

@ -242,7 +242,7 @@ load("@//bazel:dotnet_tool_repository.bzl", "dotnet_tool_repository")
dotnet_tool_repository(
name = "wix",
version = "4.0.5",
version = "5.0.2",
)
# Google Toolbox for Mac