From 73034db388df16ff5dc59935fbef2d15ff07f413 Mon Sep 17 00:00:00 2001
From: "release-please-token-provider[bot]"
<225477224+release-please-token-provider[bot]@users.noreply.github.com>
Date: Fri, 10 Apr 2026 23:39:38 +0000
Subject: [PATCH] chore(main): release 6.62.1
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 8 ++++++++
README.md | 4 ++--
gradle.properties | 2 +-
pom.xml | 2 +-
src/main/java/com/microsoft/graph/info/Constants.java | 2 +-
6 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index e18729b91c0..94dae278576 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.62.0"
+ ".": "6.62.1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8546e46241e..e4b5ba7d15c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
+## [6.62.1](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.62.0...v6.62.1) (2026-04-10)
+
+
+### Bug Fixes
+
+* remove previewBranch param and align deploy stage condition with deploy_maven job ([8c970c6](https://github.com/microsoftgraph/msgraph-sdk-java/commit/8c970c69215998195833dd10393e389cc47a8252))
+* remove previewBranch parameter and align deploy stage condition ([53507c0](https://github.com/microsoftgraph/msgraph-sdk-java/commit/53507c090b1834e155503b81e0fb95bd7c1728dd))
+
## [6.62.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.61.0...v6.62.0) (2026-02-19)
diff --git a/README.md b/README.md
index e77af0c8a2c..c99008c42b2 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.62.0'
+ implementation 'com.microsoft.graph:microsoft-graph:6.62.1'
// 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.62.0
+ 6.62.1
diff --git a/gradle.properties b/gradle.properties
index ad69c714db0..b5f3a0a8b08 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -32,7 +32,7 @@ mavenMajorVersion = 6
mavenMinorVersion = 62
# x-release-please-end
# x-release-please-start-patch
-mavenPatchVersion = 0
+mavenPatchVersion = 1
# x-release-please-end
mavenArtifactSuffix =
diff --git a/pom.xml b/pom.xml
index 449e6942e83..851af8e3e17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.microsoft.graph
microsoft-graph
- 6.62.0
+ 6.62.1
pom
diff --git a/src/main/java/com/microsoft/graph/info/Constants.java b/src/main/java/com/microsoft/graph/info/Constants.java
index e1886676a06..6b12a4e3fb8 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.62.0";
+ public static final String VERSION_NAME = "6.62.1";
// x-release-please-end
}