From 8ae142db2272401adca565709d880ab2edaf5870 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, 22 Jan 2026 19:22:56 +0000 Subject: [PATCH] chore(main): release 6.54.1 --- .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 63d55dddf51..7f143220a3c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.54.0" + ".": "6.54.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e27a159648..1652bf21def 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.54.1](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.54.0...v6.54.1) (2026-01-22) + + +### Bug Fixes + +* remove deploy github job from ci-build ([#1271](https://github.com/microsoftgraph/msgraph-beta-sdk-java/issues/1271)) ([37a3b45](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/37a3b455846304ea8c3a06354887e88781b66e04)) + ## [6.54.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.53.0...v6.54.0) (2026-01-07) diff --git a/README.md b/README.md index 6cb643148da..e818c3b3a70 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.54.0' + implementation 'com.microsoft.graph:microsoft-graph-beta:6.54.1' // 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.54.0 + 6.54.1 diff --git a/gradle.properties b/gradle.properties index 41c1ca73650..307fd2c8d93 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,7 +32,7 @@ mavenMajorVersion = 6 mavenMinorVersion = 54 # x-release-please-end # x-release-please-start-patch -mavenPatchVersion = 0 +mavenPatchVersion = 1 # x-release-please-end mavenArtifactSuffix = 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 5a4d85c58ea..51929effc66 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.54.0"; + public static final String VERSION_NAME = "6.54.1"; // x-release-please-end }