Skip to content

Commit 5bf7c38

Browse files
Merge pull request #1277 from microsoftgraph/release-please--branches--main--components--com.microsoft.graph.microsoft-graph-beta
chore(main): release 6.55.0
2 parents 615c489 + b4eb494 commit 5bf7c38

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.54.0"
2+
".": "6.55.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.55.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.54.0...v6.55.0) (2026-02-19)
9+
10+
11+
### Features
12+
13+
* **generation:** update request builders and models ([4595b86](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/4595b86b5ada33a101357fbda7f175579da99166))
14+
15+
16+
### Bug Fixes
17+
18+
* 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))
19+
820
## [6.54.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.53.0...v6.54.0) (2026-01-07)
921

1022

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
dependencies {
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.55.0'
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.55.0</version>
4343
<!--x-release-please-end-->
4444
</dependency>
4545
<dependency>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph-beta
2929
mavenMajorVersion = 6
3030
# x-release-please-end
3131
# x-release-please-start-minor
32-
mavenMinorVersion = 54
32+
mavenMinorVersion = 55
3333
# x-release-please-end
3434
# x-release-please-start-patch
3535
mavenPatchVersion = 0

src/main/java/com/microsoft/graph/beta/info/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.55.0";
1010
// x-release-please-end
1111
}
1212

0 commit comments

Comments
 (0)