File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
4848 implementation ' com.squareup.okhttp3:okhttp:3.12.1'
4949
5050 // Core Http library
51- api ' com.microsoft.graph:microsoft-graph-core:1.0.7 '
51+ api ' com.microsoft.graph:microsoft-graph-core:1.0.8 '
5252}
5353
5454def pomConfig = {
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.microsoft.graph</groupId >
3232 <artifactId >microsoft-graph-core</artifactId >
33- <version >1.0.5 </version >
33+ <version >1.0.8 </version >
3434 </dependency >
3535 </dependencies >
3636</project >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies { // TODO replace by reference to dependencies.gradle in v3
4242
4343 implementation ' com.squareup.okhttp3:okhttp:3.12.1'
4444
45- implementation ' com.microsoft.graph:microsoft-graph-core:1.0.5 '
45+ implementation ' com.microsoft.graph:microsoft-graph-core:1.0.8 '
4646}
4747
4848application {
You can’t perform that action at this time.
0 commit comments