diff --git a/gradle.properties b/gradle.properties
index 884db4ece..f9aba7384 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
mavenArtifactId = microsoft-graph-core
mavenMajorVersion = 2
mavenMinorVersion = 0
-mavenPatchVersion = 8
+mavenPatchVersion = 9
mavenArtifactSuffix =
#These values are used to run functional tests
diff --git a/pom.xml b/pom.xml
index f56a8c9eb..48cae23a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.microsoft.graph
microsoft-graph-core
- 2.0.8
+ 2.0.9
pom
diff --git a/readme.md b/readme.md
index 72dcc5914..c35cb81a2 100644
--- a/readme.md
+++ b/readme.md
@@ -22,7 +22,7 @@ repositories {
dependencies {
// Include the sdk as a dependency
- implementation 'com.microsoft.graph:microsoft-graph-core:2.0.8'
+ implementation 'com.microsoft.graph:microsoft-graph-core:2.0.9'
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
implementation 'com.azure:azure-identity:1.3.1'
}
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
com.microsoft.graph
microsoft-graph-core
- 2.0.8
+ 2.0.9
com.azure
azure-identity
diff --git a/src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java b/src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java
index 0c0b924b6..e52523027 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.8";
+ public static final String VERSION = "v2.0.9";
/**
* Verion prefix
*/