From 6638ef6f2eaaa8000f8e069c9972ea2b0146a414 Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 22:14:05 +0000 Subject: [PATCH] chore(main): release 6.63.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- pom.xml | 2 +- src/main/java/com/microsoft/graph/beta/info/Constants.java | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18729b91c0..0ba92103147 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.62.0" + ".": "6.63.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d88b76ce1..9cd2e1df0fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.63.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.62.0...v6.63.0) (2026-08-20) + + +### Features + +* **generation:** update request builders and models ([#1384](https://github.com/microsoftgraph/msgraph-beta-sdk-java/issues/1384)) ([01a8cbd](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/01a8cbd7c0e7d17c0f1f3f9e6052e5a4857b4335)) + ## [6.62.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.61.0...v6.62.0) (2026-08-05) diff --git a/README.md b/README.md index 0c6d7481458..e11eada7a17 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ repositories { dependencies { // Include the sdk as a dependency // x-release-please-start-version - implementation 'com.microsoft.graph:microsoft-graph-beta:6.62.0' + implementation 'com.microsoft.graph:microsoft-graph-beta:6.63.0' // x-release-please-end // This dependency is only needed if you are using the TokenCrendentialAuthProvider implementation 'com.azure:azure-identity:1.11.0' @@ -39,7 +39,7 @@ Add the dependency in `dependencies` in pom.xml com.microsoft.graph microsoft-graph-beta - 6.62.0 + 6.63.0 diff --git a/pom.xml b/pom.xml index d8c713054da..6d979cc03a9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.microsoft.graph microsoft-graph-beta - 6.62.0 + 6.63.0 jar diff --git a/src/main/java/com/microsoft/graph/beta/info/Constants.java b/src/main/java/com/microsoft/graph/beta/info/Constants.java index 7541b0d5f13..40228824250 100644 --- a/src/main/java/com/microsoft/graph/beta/info/Constants.java +++ b/src/main/java/com/microsoft/graph/beta/info/Constants.java @@ -6,7 +6,7 @@ private 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.63.0"; // x-release-please-end }