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 = 6
28+ mavenPatchVersion = 7
2929mavenArtifactSuffix =
3030
3131# These values are used to run functional tests
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:2.0.6 '
25+ implementation 'com.microsoft.graph:microsoft-graph-core:2.0.7 '
2626 // This dependency is only needed if you are using the TokenCrendentialAuthProvider
2727 implementation 'com.azure:azure-identity:1.3.1'
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 >2.0.6 </version >
40+ <version >2.0.7 </version >
4141 <!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
4242 <groupId >com.azure</groupId >
4343 <artifactId >azure-identity</artifactId >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class TelemetryHandler implements Interceptor{
2424 /**
2525 * Current SDK version
2626 */
27- public static final String VERSION = "v2.0.6 " ;
27+ public static final String VERSION = "v2.0.7 " ;
2828 /**
2929 * Verion prefix
3030 */
You can’t perform that action at this time.
0 commit comments