From e53f0904b98b32f06419d714e317a6b40ca751f3 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Thu, 18 Sep 2025 08:03:01 +0000 Subject: [PATCH] Update kiota version to 1.28.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 068b22b..a00c6ba 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ifneq ($(filter arm%,$(OS_ARCH)),) endif # env variables -KIOTA_VERSION ?= "v1.25.1" +KIOTA_VERSION ?= "v1.28.0" HORREUM_BRANCH ?= "master" HORREUM_OPENAPI_PATH ?= "https://raw.githubusercontent.com/Hyperfoil/Horreum/${HORREUM_BRANCH}/docs/site/content/en/openapi/openapi.yaml" GENERATED_CLIENT_PATH = "${PROJECT_PATH}/src/horreum/raw_client"