File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/com/microsoft/graph/info Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020
2121dependencies {
2222 // Include the sdk as a dependency
23- implementation 'com.microsoft.graph:microsoft-graph:6.2.0 '
23+ implementation 'com.microsoft.graph:microsoft-graph:6.2.1 '
2424 // Uncomment the line below if you are building an android application
2525 //implementation 'com.google.guava:guava:30.1.1-android'
2626 // This dependency is only needed if you are using a TokenCredential object for authentication
@@ -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</artifactId >
40- <version >6.2.0 </version >
40+ <version >6.2.1 </version >
4141</dependency >
4242<dependency >
4343 <!-- This dependency is only needed if you are using a TokenCredential object for authentication -->
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ mavenGroupId = com.microsoft.graph
2727mavenArtifactId = microsoft-graph
2828mavenMajorVersion = 6
2929mavenMinorVersion = 2
30- mavenPatchVersion = 0
30+ mavenPatchVersion = 1
3131mavenArtifactSuffix =
3232
3333# These values are used to run functional tests
Original file line number Diff line number Diff line change 33/** Multi-purpose constants holder used accross the SDK */
44public final class Constants {
55 /** The SDK version */
6- public static final String VERSION_NAME = "6.2.0 " ;
6+ public static final String VERSION_NAME = "6.2.1 " ;
77}
88
You can’t perform that action at this time.
0 commit comments