From ca8c8ff5918dd36c392f2fd5e96affba23a9a56d Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Thu, 2 Jan 2025 17:24:19 +0300 Subject: [PATCH] fix: Bump 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 96517a04792..b4296e8f5b9 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'