diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index dbe6278a776..75c5682b7b0 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.58.0"
+ ".": "6.59.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f7f2d924e24..a9c6ecf63c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
+## [6.59.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.58.0...v6.59.0) (2025-12-17)
+
+
+### Features
+
+* **generation:** update request builders and models ([19f7cd8](https://github.com/microsoftgraph/msgraph-sdk-java/commit/19f7cd87690c0224d6450960f817cda9c8a2dfed))
+
## [6.58.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.57.0...v6.58.0) (2025-12-03)
diff --git a/README.md b/README.md
index 406d722e16f..b974c3a82f4 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.58.0'
+ implementation 'com.microsoft.graph:microsoft-graph:6.59.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.58.0
+ 6.59.0
diff --git a/gradle.properties b/gradle.properties
index be83ae68d3c..de0c7ff75e8 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 = 58
+mavenMinorVersion = 59
# x-release-please-end
# x-release-please-start-patch
mavenPatchVersion = 0
diff --git a/pom.xml b/pom.xml
index fef4549d579..1b15639d833 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.microsoft.graph
microsoft-graph
- 6.58.0
+ 6.59.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 d67e32cf97f..cd90c1a4a4d 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.58.0";
+ public static final String VERSION_NAME = "6.59.0";
// x-release-please-end
}