diff --git a/WORKSPACE b/WORKSPACE index 27cba120..42230a32 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -215,8 +215,8 @@ factorio_repositories() git_repository( name = "com_googlesource_gerrit_bazlets", - # master on 2023/10/09 - commit = "e68cc7a45d9ee2b100024b9b12533b50a4598585", + # change 389378, https://gerrit-review.googlesource.com/c/bazlets/+/389378 + commit = "0c120e55519b103477b6e0b0ce9130cd6f19abff", remote = "https://gerrit.googlesource.com/bazlets", shallow_since = "1606931369 -0600", ) @@ -226,7 +226,7 @@ load("@com_googlesource_gerrit_bazlets//:gerrit_api.bzl", "gerrit_api") gerrit_api( version = "3.7.5", plugin_api_sha1 = "1ea41f95da74045c2cdb30d359041a79b61e72ff", - acceptance_framework_sha1 = "47019cf43ef7e6e8d2d5c0aeba0407d23c93bbbb", + acceptance_framework_sha1 = "aa51456eda49f928217de4bd46e4af8fbea8c4f1", ) load("//devtools/gerrit/gerrit-oauth-provider:external_plugin_deps.bzl", gerrit_oauth_deps = "external_plugin_deps")