Skip to content

Commit 44692dd

Browse files
chore(main): release 6.62.0
1 parent 1a87b31 commit 44692dd

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.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.61.0"
2+
".": "6.62.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.62.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.61.0...v6.62.0) (2026-08-05)
9+
10+
11+
### Features
12+
13+
* **generation:** update request builders and models ([9ed08f8](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/9ed08f834919ed37c3d81f89d99a5654b49fcbcb))
14+
815
## [6.61.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.60.1...v6.61.0) (2026-07-22)
916

1017

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.61.0'
25+
implementation 'com.microsoft.graph:microsoft-graph-beta:6.62.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.61.0</version>
42+
<version>6.62.0</version>
4343
<!--x-release-please-end-->
4444
</dependency>
4545
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.microsoft.graph</groupId>
66
<artifactId>microsoft-graph-beta</artifactId>
77
<!--x-release-please-start-version-->
8-
<version>6.61.0</version>
8+
<version>6.62.0</version>
99
<!--x-release-please-end-->
1010
<packaging>jar</packaging>
1111

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.61.0";
9+
public static final String VERSION_NAME = "6.62.0";
1010
// x-release-please-end
1111
}
1212

0 commit comments

Comments
 (0)