From a30bfc40d76daffdf4f5ea7593050d7bc523c689 Mon Sep 17 00:00:00 2001 From: "Treicy Sanchez Gutierrez (from Dev Box)" Date: Mon, 27 Oct 2025 12:18:58 -0600 Subject: [PATCH] release 6.49.0 --- .release-please-manifest.json | 2 +- README.md | 4 ++-- gradle.properties | 2 +- src/main/java/com/microsoft/graph/beta/info/Constants.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1e80082c063..1d7583b2dd5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.48.0" + ".": "6.49.0" } diff --git a/README.md b/README.md index aac59388790..70456ed30d6 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.48.0' + implementation 'com.microsoft.graph:microsoft-graph-beta:6.49.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.48.0 + 6.49.0 diff --git a/gradle.properties b/gradle.properties index bcee6911ce0..292a58a69a2 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 = 48 +mavenMinorVersion = 49 # 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 074e58153a8..ea95baf0319 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.48.0"; + public static final String VERSION_NAME = "6.49.0"; // x-release-please-end }