From 00626866c8db77bfca7e4bf0a973264caed919a6 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 19 Nov 2025 13:36:59 -0500 Subject: [PATCH] docs: aligns azure auth version with other packages --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41260d9f..70059eac 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ In `build.gradle` in the `dependencies` section: // x-release-please-start-version implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.12' // x-release-please-end -implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.5.0' +// x-release-please-start-version +implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.12' // x-release-please-end // x-release-please-start-version implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.12'