From eed8adaa87f681c2482e425c0bfb2a247cabc0c4 Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Tue, 19 Nov 2024 16:00:56 +0300 Subject: [PATCH] feat: 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 eb39408ee47..4798182cf2b 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.3.1' + api 'com.microsoft.graph:microsoft-graph-core:3.4.0' implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.0' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.0'