From f5bb4a7aeb12688cf3cc4d96b32eb94bef282b7a Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Wed, 9 Apr 2025 09:17:48 +0000 Subject: [PATCH] Update kiota version to 1.25.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eafda09..068b22b 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ifneq ($(filter arm%,$(OS_ARCH)),) endif # env variables -KIOTA_VERSION ?= "v1.24.3" +KIOTA_VERSION ?= "v1.25.1" 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"