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 {