Skip to content

Commit 73034db

Browse files
chore(main): release 6.62.1
1 parent 53507c0 commit 73034db

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
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.62.0"
2+
".": "6.62.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [6.62.1](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.62.0...v6.62.1) (2026-04-10)
6+
7+
8+
### Bug Fixes
9+
10+
* remove previewBranch param and align deploy stage condition with deploy_maven job ([8c970c6](https://github.com/microsoftgraph/msgraph-sdk-java/commit/8c970c69215998195833dd10393e389cc47a8252))
11+
* remove previewBranch parameter and align deploy stage condition ([53507c0](https://github.com/microsoftgraph/msgraph-sdk-java/commit/53507c090b1834e155503b81e0fb95bd7c1728dd))
12+
513
## [6.62.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.61.0...v6.62.0) (2026-02-19)
614

715

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
dependencies {
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.62.1'
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.62.1</version>
4141
<!--x-release-please-end-->
4242
</dependency>
4343
<dependency>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mavenMajorVersion = 6
3232
mavenMinorVersion = 62
3333
# x-release-please-end
3434
# x-release-please-start-patch
35-
mavenPatchVersion = 0
35+
mavenPatchVersion = 1
3636
# x-release-please-end
3737
mavenArtifactSuffix =
3838

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.microsoft.graph</groupId>
1010
<artifactId>microsoft-graph</artifactId>
11-
<version>6.62.0</version>
11+
<version>6.62.1</version>
1212
<packaging>pom</packaging>
1313

1414
<properties>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
public 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.62.1";
88
// x-release-please-end
99
}
1010

0 commit comments

Comments
 (0)