File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
src/main/java/com/microsoft/graph/beta/info Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 6.54.0 "
2+ "." : " 6.54.1 "
33}
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 6.54.1] ( https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.54.0...v6.54.1 ) (2026-01-22)
9+
10+
11+ ### Bug Fixes
12+
13+ * 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 ) )
14+
815## [ 6.54.0] ( https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.53.0...v6.54.0 ) (2026-01-07)
916
1017
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ repositories {
2222dependencies {
2323 // Include the sdk as a dependency
2424 // x-release-please-start-version
25- implementation 'com.microsoft.graph:microsoft-graph-beta:6.54.0 '
25+ implementation 'com.microsoft.graph:microsoft-graph-beta:6.54.1 '
2626 // x-release-please-end
2727 // This dependency is only needed if you are using the TokenCrendentialAuthProvider
2828 implementation 'com.azure:azure-identity:1.11.0'
@@ -39,7 +39,7 @@ Add the dependency in `dependencies` in pom.xml
3939 <groupId >com.microsoft.graph</groupId >
4040 <artifactId >microsoft-graph-beta</artifactId >
4141 <!-- x-release-please-start-version-->
42- <version >6.54.0 </version >
42+ <version >6.54.1 </version >
4343 <!-- x-release-please-end-->
4444</dependency >
4545<dependency >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ mavenMajorVersion = 6
3232mavenMinorVersion = 54
3333# x-release-please-end
3434# x-release-please-start-patch
35- mavenPatchVersion = 0
35+ mavenPatchVersion = 1
3636# x-release-please-end
3737mavenArtifactSuffix =
3838
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ private Constants() {
66 }
77 /** The SDK version */
88 // x-release-please-start-version
9- public static final String VERSION_NAME = "6.54.0 " ;
9+ public static final String VERSION_NAME = "6.54.1 " ;
1010 // x-release-please-end
1111}
1212
You can’t perform that action at this time.
0 commit comments