File tree Expand file tree Collapse file tree
src/main/java/com/microsoft/graph/info Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 6.62 .0"
2+ "." : " 6.63 .0"
33}
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 6.63.0] ( https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.62.0...v6.63.0 ) (2026-04-17)
6+
7+
8+ ### Features
9+
10+ * ** generation:** update request builders and models ([ aa6302a] ( https://github.com/microsoftgraph/msgraph-sdk-java/commit/aa6302a84312d44bc98d46ba12019437b5a39adc ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * remove previewBranch param and align deploy stage condition with deploy_maven job ([ 8c970c6] ( https://github.com/microsoftgraph/msgraph-sdk-java/commit/8c970c69215998195833dd10393e389cc47a8252 ) )
16+ * remove previewBranch parameter and align deploy stage condition ([ 53507c0] ( https://github.com/microsoftgraph/msgraph-sdk-java/commit/53507c090b1834e155503b81e0fb95bd7c1728dd ) )
17+
518## [ 6.62.0] ( https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.61.0...v6.62.0 ) (2026-02-19)
619
720
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020dependencies {
2121 // Include the sdk as a dependency
2222 // x-release-please-start-version
23- implementation 'com.microsoft.graph:microsoft-graph:6.62 .0'
23+ implementation 'com.microsoft.graph:microsoft-graph:6.63 .0'
2424 // x-release-please-end
2525 // This dependency is only needed if you are using a TokenCredential object for authentication
2626 implementation 'com.azure:azure-identity:1.15.0'
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
3737 <groupId >com.microsoft.graph</groupId >
3838 <artifactId >microsoft-graph</artifactId >
3939 <!-- x-release-please-start-version-->
40- <version >6.62 .0</version >
40+ <version >6.63 .0</version >
4141 <!-- x-release-please-end-->
4242</dependency >
4343<dependency >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph
2929mavenMajorVersion = 6
3030# x-release-please-end
3131# x-release-please-start-minor
32- mavenMinorVersion = 62
32+ mavenMinorVersion = 63
3333# x-release-please-end
3434# x-release-please-start-patch
3535mavenPatchVersion = 0
Original file line number Diff line number Diff line change 88
99 <groupId >com.microsoft.graph</groupId >
1010 <artifactId >microsoft-graph</artifactId >
11- <version >6.62 .0</version >
11+ <version >6.63 .0</version >
1212 <packaging >pom</packaging >
1313
1414 <properties >
Original file line number Diff line number Diff line change 44public final class Constants {
55 /** The SDK version */
66 // x-release-please-start-version
7- public static final String VERSION_NAME = "6.62 .0" ;
7+ public static final String VERSION_NAME = "6.63 .0" ;
88 // x-release-please-end
99}
1010
You can’t perform that action at this time.
0 commit comments