diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 75c5682b7b0..3e1d4644117 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.59.0"
+ ".": "6.60.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9c6ecf63c5..3dfa9ded69f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
+## [6.60.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.59.0...v6.60.0) (2026-01-07)
+
+
+### Features
+
+* **generation:** update request builders and models ([dcdbea3](https://github.com/microsoftgraph/msgraph-sdk-java/commit/dcdbea34881a4e33416770a9ed2e3be544cc0dc5))
+
## [6.59.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.58.0...v6.59.0) (2025-12-17)
diff --git a/README.md b/README.md
index b974c3a82f4..5d1bffb6a2d 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.59.0'
+ implementation 'com.microsoft.graph:microsoft-graph:6.60.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.59.0
+ 6.60.0
diff --git a/gradle.properties b/gradle.properties
index de0c7ff75e8..6d1c8e886ae 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 = 59
+mavenMinorVersion = 60
# x-release-please-end
# x-release-please-start-patch
mavenPatchVersion = 0
diff --git a/pom.xml b/pom.xml
index 1b15639d833..c853250a004 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.microsoft.graph
microsoft-graph
- 6.59.0
+ 6.60.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 cd90c1a4a4d..9860b79b0c6 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.59.0";
+ public static final String VERSION_NAME = "6.60.0";
// x-release-please-end
}