File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ repositories {
2222
2323dependencies {
2424 // Include the sdk as a dependency
25- implementation 'com.microsoft.graph:microsoft-graph-core:3.1.0 '
25+ implementation 'com.microsoft.graph:microsoft-graph-core:3.1.3 '
2626 // This dependency is only needed if you are using the TokenCredentialAuthProvider
2727 implementation 'com.azure:azure-identity:1.11.0'
2828}
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
3737 <!-- Include the sdk as a dependency -->
3838 <groupId >com.microsoft.graph</groupId >
3939 <artifactId >microsoft-graph-core</artifactId >
40- <version >3.1.0 </version >
40+ <version >3.1.3 </version >
4141 <!-- This dependency is only needed if you are using the TokenCredentialAuthProvider -->
4242 <groupId >com.azure</groupId >
4343 <artifactId >azure-identity</artifactId >
You can’t perform that action at this time.
0 commit comments