From d26d6be01e5436555663d3d30b84e3c9e3a71729 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 18:46:21 +0000 Subject: [PATCH] chore(main): release 6.48.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- gradle.properties | 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 756ef490e07..1e80082c063 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.47.0" + ".": "6.48.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7b1b8b7b1..9617dc73e08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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.48.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.47.0...v6.48.0) (2025-06-17) + + +### Features + +* **generation:** update request builders and models ([249cb24](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/249cb248dd02bcd62334cb1b2a42425474beacde)) + ## [6.47.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.46.0...v6.47.0) (2025-06-10) diff --git a/README.md b/README.md index c4de4d1f487..aac59388790 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.47.0' + implementation 'com.microsoft.graph:microsoft-graph-beta:6.48.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.47.0 + 6.48.0 diff --git a/gradle.properties b/gradle.properties index 2ee4d996552..bcee6911ce0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph-beta mavenMajorVersion = 6 # x-release-please-end # x-release-please-start-minor -mavenMinorVersion = 47 +mavenMinorVersion = 48 # x-release-please-end # x-release-please-start-patch mavenPatchVersion = 0 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 5c4aefe632e..074e58153a8 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.47.0"; + public static final String VERSION_NAME = "6.48.0"; // x-release-please-end }