From a4f92ddb4de10d2c31c5f280236f45a492bb791f Mon Sep 17 00:00:00 2001 From: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com> Date: Tue, 19 May 2026 12:50:14 -0700 Subject: [PATCH] chore: Update Microsoft Graph Core dependency to version 3.6.6 --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 13953ef2967..5823e9a3ed4 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -4,7 +4,7 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' // Core Http library - api 'com.microsoft.graph:microsoft-graph-core:3.6.5' + api 'com.microsoft.graph:microsoft-graph-core:3.6.6' implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.2' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.2'