From 55e13c7004dc52a01692a9a6d769d6b7404bcf71 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 9 Feb 2021 09:14:22 -0500 Subject: [PATCH] - updates reference to core lib --- build.gradle | 2 +- pom.xml | 2 +- typesummary/app/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9e38380de5d..99330655f3b 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:3.12.1' // Core Http library - api 'com.microsoft.graph:microsoft-graph-core:1.0.7' + api 'com.microsoft.graph:microsoft-graph-core:1.0.8' } def pomConfig = { diff --git a/pom.xml b/pom.xml index f59fa03f0ca..77bb6b29de5 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ com.microsoft.graph microsoft-graph-core - 1.0.5 + 1.0.8 \ No newline at end of file diff --git a/typesummary/app/build.gradle b/typesummary/app/build.gradle index ba7b425396c..7e916fb4810 100644 --- a/typesummary/app/build.gradle +++ b/typesummary/app/build.gradle @@ -42,7 +42,7 @@ dependencies { // TODO replace by reference to dependencies.gradle in v3 implementation 'com.squareup.okhttp3:okhttp:3.12.1' - implementation 'com.microsoft.graph:microsoft-graph-core:1.0.5' + implementation 'com.microsoft.graph:microsoft-graph-core:1.0.8' } application {