From 7e1d7b15a3861db339128a90e21dc7f241fc4a6c Mon Sep 17 00:00:00 2001 From: borg286 Date: Sat, 8 Nov 2025 19:42:36 -0800 Subject: [PATCH] Update version and sha256 in extension.bzl --- extension.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension.bzl b/extension.bzl index 515ba2e..3dcca4a 100644 --- a/extension.bzl +++ b/extension.bzl @@ -13,10 +13,10 @@ def _openapi_generator_impl(module_ctx): _cli = tag_class(attrs = { "version": attr.string( - default = "7.2.0", + default = "7.17.0", ), "sha256": attr.string( - default = "1cf0c80de12c0fdc8594289c19e414b402108ef10b8dd0bfda1953151341ab5d", + default = "25d6bd8273dd2be99979d544b62ea43f0ce1975f1aa582678b5093d1e7fcfce8", ), "server_urls": attr.string_list( default = ["https://repo1.maven.org/maven2"],