From 67cef230445152e25fad423e90e3022d37acec48 Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Thu, 2 Jan 2025 17:23:03 +0300 Subject: [PATCH] fix: Bump Microsoft Graph Core dependency --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index a82dd3a2718..97da9a45a5e 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.4.0' + api 'com.microsoft.graph:microsoft-graph-core:3.5.0' implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.2' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.2'