From 4a54a4e04981d52b7a58d54e43c0420a3b79817a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:06:55 +0000 Subject: [PATCH] Update dependency microsoft/kiota to v1.31.1 --- 24/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/24/Dockerfile b/24/Dockerfile index 0a082e0..21f9e62 100644 --- a/24/Dockerfile +++ b/24/Dockerfile @@ -6,7 +6,7 @@ RUN sudo apt-get update && \ # Install kiota (default version; consumers can override by installing a different version in their CI step) # renovate: datasource=github-releases depName=microsoft/kiota -ENV KIOTA_VERSION=v1.30.0 +ENV KIOTA_VERSION=v1.31.1 RUN curl -sSL https://github.com/microsoft/kiota/releases/download/${KIOTA_VERSION}/linux-x64.zip -o kiota.zip && \ sudo unzip -o kiota.zip -d /usr/local/bin && \ sudo chmod +x /usr/local/bin/kiota && \