From 08f978eda4cbe79f468d7a2e5d257c8dca785f50 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 11 Jun 2021 15:01:40 -0400 Subject: [PATCH] - bumps patch version --- gradle.properties | 2 +- readme.md | 8 ++++---- .../com/microsoft/graph/httpcore/TelemetryHandler.java | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2e7cee095..6663f2b4c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph mavenArtifactId = microsoft-graph-core mavenMajorVersion = 2 mavenMinorVersion = 0 -mavenPatchVersion = 4 +mavenPatchVersion = 5 mavenArtifactSuffix = #These values are used to run functional tests diff --git a/readme.md b/readme.md index 236c359b5..9da26ba4c 100644 --- a/readme.md +++ b/readme.md @@ -22,9 +22,9 @@ repositories { dependencies { // Include the sdk as a dependency - implementation 'com.microsoft.graph:microsoft-graph-core:2.0.4' + implementation 'com.microsoft.graph:microsoft-graph-core:2.0.5' // This dependency is only needed if you are using the TokenCrendentialAuthProvider - implementation 'com.azure:azure-identity:1.2.5' + implementation 'com.azure:azure-identity:1.3.1' } ``` @@ -37,11 +37,11 @@ Add the dependency in `dependencies` in pom.xml com.microsoft.graph microsoft-graph-core - 2.0.4 + 2.0.5 com.azure azure-identity - 1.2.5 + 1.3.1 ``` diff --git a/src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java b/src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java index ddc7ccdcf..40072fc03 100644 --- a/src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java +++ b/src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java @@ -25,7 +25,7 @@ public class TelemetryHandler implements Interceptor{ /** * Current SDK version */ - public static final String VERSION = "v2.0.4"; + public static final String VERSION = "v2.0.5"; /** * Verion prefix */