File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/microsoft/graph/core Expand file tree Collapse file tree 2 files changed +3
-3
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 >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ private CoreConstants() {}
1414 private static class VersionValues {
1515 private static final int MAJOR = 3 ;
1616 private static final int MINOR = 1 ;
17- private static final int PATCH = 2 ;
17+ private static final int PATCH = 3 ;
1818 }
1919
2020 /**
You can’t perform that action at this time.
0 commit comments