Skip to content

Commit 97d28f1

Browse files
author
Valentin Popov
committed
microsoft-graph-core update to 2.0.9
1 parent f44ebfd commit 97d28f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies {
1111
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
1212

1313
// Core Http library
14-
api 'com.microsoft.graph:microsoft-graph-core:2.0.8'
14+
api 'com.microsoft.graph:microsoft-graph-core:2.0.9'
1515
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.microsoft.graph</groupId>
3737
<artifactId>microsoft-graph-core</artifactId>
38-
<version>2.0.8</version>
38+
<version>2.0.9</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)