diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 0ba92103147..da7396226a5 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.63.0"
+ ".": "6.64.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2bfa6c6b828..3f797589aaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
+## [6.64.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.63.0...v6.64.0) (2026-04-21)
+
+
+### Features
+
+* **generation:** update request builders and models ([e107445](https://github.com/microsoftgraph/msgraph-sdk-java/commit/e107445bfa1f4b566c399c9075c4093d9059b5d2))
+
## [6.63.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.62.0...v6.63.0) (2026-04-17)
diff --git a/README.md b/README.md
index c75616e2415..6ad973c322c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ repositories {
dependencies {
// Include the sdk as a dependency
// x-release-please-start-version
- implementation 'com.microsoft.graph:microsoft-graph:6.63.0'
+ implementation 'com.microsoft.graph:microsoft-graph:6.64.0'
// x-release-please-end
// This dependency is only needed if you are using a TokenCredential object for authentication
implementation 'com.azure:azure-identity:1.15.0'
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
com.microsoft.graph
microsoft-graph
- 6.63.0
+ 6.64.0
diff --git a/gradle.properties b/gradle.properties
index c093591af79..7e6c3fc1a79 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph
mavenMajorVersion = 6
# x-release-please-end
# x-release-please-start-minor
-mavenMinorVersion = 63
+mavenMinorVersion = 64
# x-release-please-end
# x-release-please-start-patch
mavenPatchVersion = 0
diff --git a/pom.xml b/pom.xml
index ff8998e4129..af36635e65b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.microsoft.graph
microsoft-graph
- 6.63.0
+ 6.64.0
pom
diff --git a/src/main/java/com/microsoft/graph/info/Constants.java b/src/main/java/com/microsoft/graph/info/Constants.java
index 067a7066f85..6a60a787027 100644
--- a/src/main/java/com/microsoft/graph/info/Constants.java
+++ b/src/main/java/com/microsoft/graph/info/Constants.java
@@ -4,7 +4,7 @@
public final class Constants {
/** The SDK version */
// x-release-please-start-version
- public static final String VERSION_NAME = "6.63.0";
+ public static final String VERSION_NAME = "6.64.0";
// x-release-please-end
}