Skip to content

Commit a8e157e

Browse files
Merge pull request #2640 from microsoftgraph/release-please--branches--main--components--com.microsoft.graph.microsoft-graph
chore(main): release 6.66.1
2 parents 6a199fc + 38f91f0 commit a8e157e

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.66.0"
2+
".": "6.66.1"
33
}

CHANGELOG.md

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

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

5+
## [6.66.1](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.66.0...v6.66.1) (2026-07-13)
6+
7+
8+
### Bug Fixes
9+
10+
* Merge pull request [#2638](https://github.com/microsoftgraph/msgraph-sdk-java/issues/2638) from microsoftgraph/ci/update-deployment-approver ([6a199fc](https://github.com/microsoftgraph/msgraph-sdk-java/commit/6a199fcdbe9e479db1d3c96389f91af5649f1606))
11+
512
## [6.66.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.65.0...v6.66.0) (2026-07-10)
613

714

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.66.0'
23+
implementation 'com.microsoft.graph:microsoft-graph:6.66.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.66.0</version>
40+
<version>6.66.1</version>
4141
<!--x-release-please-end-->
4242
</dependency>
4343
<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</artifactId>
77
<!--x-release-please-start-version-->
8-
<version>6.66.0</version>
8+
<version>6.66.1</version>
99
<!--x-release-please-end-->
1010
<packaging>jar</packaging>
1111

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.66.0";
7+
public static final String VERSION_NAME = "6.66.1";
88
// x-release-please-end
99
}
1010

0 commit comments

Comments
 (0)