Skip to content

Commit f2f8493

Browse files
Merge pull request #2612 from microsoftgraph/release-please--branches--main--components--com.microsoft.graph.microsoft-graph
chore(main): release 6.66.0
2 parents 7fc159d + 8f22e48 commit f2f8493

5 files changed

Lines changed: 20 additions & 8 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.65.0"
2+
".": "6.66.0"
33
}

CHANGELOG.md

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

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

5+
## [6.66.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.65.0...v6.66.0) (2026-07-10)
6+
7+
8+
### Features
9+
10+
* **generation:** update request builders and models ([0ab63e1](https://github.com/microsoftgraph/msgraph-sdk-java/commit/0ab63e1f948133cde80d6e7b9555723f0ca08ced))
11+
* **generation:** update request builders and models ([674c92e](https://github.com/microsoftgraph/msgraph-sdk-java/commit/674c92ef30491e9b842e3762fe8c0a56ea534bab))
12+
* **generation:** update request builders and models ([6096368](https://github.com/microsoftgraph/msgraph-sdk-java/commit/6096368cc0ba75d839248d73a306057b5b6f88c9))
13+
14+
15+
### Bug Fixes
16+
17+
* import GPG signing key for Maven signing in ci-build ([d8e88f7](https://github.com/microsoftgraph/msgraph-sdk-java/commit/d8e88f7600d151f2be5d2f74140413062c5d5c89))
18+
519
## [6.65.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.64.0...v6.65.0) (2026-05-19)
620

721

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.65.0'
23+
implementation 'com.microsoft.graph:microsoft-graph:6.66.0'
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.65.0</version>
40+
<version>6.66.0</version>
4141
<!--x-release-please-end-->
4242
</dependency>
4343
<dependency>

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.microsoft.graph</groupId>
86
<artifactId>microsoft-graph</artifactId>
97
<!--x-release-please-start-version-->
10-
<version>6.65.0-SNAPSHOT</version>
8+
<version>6.66.0</version>
119
<!--x-release-please-end-->
1210
<packaging>jar</packaging>
1311

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

0 commit comments

Comments
 (0)