Skip to content

Commit 965e2be

Browse files
authored
Merge pull request #656 from microsoftgraph/feature/core-ref-update
- updates reference to core lib
2 parents ff459ab + 55e13c7 commit 965e2be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5454
def pomConfig = {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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>

typesummary/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4848
application {

0 commit comments

Comments
 (0)