File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/com/microsoft/graph/httpcore Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
2525mavenArtifactId = microsoft-graph-core
2626mavenMajorVersion = 2
2727mavenMinorVersion = 0
28- mavenPatchVersion = 2
28+ mavenPatchVersion = 3
2929mavenArtifactSuffix =
3030
3131# These values are used to run functional tests
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-core:2.0.2 '
23+ implementation 'com.microsoft.graph:microsoft-graph-core:2.0.3 '
2424 // This dependency is only needed if you are using the TokenCrendentialAuthProvider
2525 implementation 'com.azure:azure-identity:1.2.5'
2626}
@@ -35,7 +35,7 @@ Add the dependency in `dependencies` in pom.xml
3535 <!-- Include the sdk as a dependency -->
3636 <groupId >com.microsoft.graph</groupId >
3737 <artifactId >microsoft-graph-core</artifactId >
38- <version >2.0.2 </version >
38+ <version >2.0.3 </version >
3939 <!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
4040 <groupId >com.azure</groupId >
4141 <artifactId >azure-identity</artifactId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class TelemetryHandler implements Interceptor{
2525 /**
2626 * Current SDK version
2727 */
28- public static final String VERSION = "v2.0.2 " ;
28+ public static final String VERSION = "v2.0.3 " ;
2929 /**
3030 * Verion prefix
3131 */
You can’t perform that action at this time.
0 commit comments