Skip to content

Commit c4a56cd

Browse files
chore(main): release 3.6.7
1 parent 1a65bdd commit c4a56cd

5 files changed

Lines changed: 19 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-
".": "3.6.6"
2+
".": "3.6.7"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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+
## [3.6.7](https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/v3.6.6...v3.6.7) (2026-07-08)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** bump com.azure:azure-core from 1.58.0 to 1.58.1 ([#2103](https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/2103)) ([f344668](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/f344668281b6a1380a5a1810f7fabdbac18a6b52))
14+
* **deps:** bump com.azure:azure-core from 1.58.0 to 1.58.1 in /android ([#2104](https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/2104)) ([c570ace](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/c570ace09caf368db679ff791d6984ba49baa1d9))
15+
* **deps:** bump org.junit.jupiter:junit-jupiter ([0da3cb1](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/0da3cb1fc3b893187cd9d322d69697d1f50508c6))
16+
* **deps:** bump org.junit.jupiter:junit-jupiter from 6.0.3 to 6.1.0 in /android in the junit-dependencies group ([8be1ced](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/8be1ced7a8bfc71b4cf162b2ccf669df02e1fc9e))
17+
* **deps:** bump the kiota-dependencies group in /android with 7 updates ([#2105](https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/2105)) ([e5c2194](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/e5c2194da42bb3a0bfe7c0770826249a9b8fe363))
18+
* **deps:** bump the open-telemetry group in /android with 2 updates ([f1d71e8](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/f1d71e87713b4c2903c81cd765045d24e2f5ea00))
19+
* **deps:** bump the open-telemetry group in /android with 2 updates ([fa1cd13](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/fa1cd13017fb5ad8119efc90c7ef0b5ad8a99517))
20+
821
## [3.6.6](https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/v3.6.5...v3.6.6) (2026-05-16)
922

1023

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
dependencies {
2424
// Include the sdk as a dependency
2525
// x-release-please-start-version
26-
implementation 'com.microsoft.graph:microsoft-graph-core:3.6.6'
26+
implementation 'com.microsoft.graph:microsoft-graph-core:3.6.7'
2727
// x-release-please-end
2828
// This dependency is only needed if you are using the TokenCredentialAuthProvider
2929
implementation 'com.azure:azure-identity:1.11.0'
@@ -40,7 +40,7 @@ Add the dependency in `dependencies` in pom.xml
4040
<groupId>com.microsoft.graph</groupId>
4141
<artifactId>microsoft-graph-core</artifactId>
4242
<!--x-release-please-start-version-->
43-
<version>3.6.6</version>
43+
<version>3.6.7</version>
4444
<!--x-release-please-end-->
4545
<!-- This dependency is only needed if you are using the TokenCredentialAuthProvider -->
4646
<groupId>com.azure</groupId>

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-core</artifactId>
97
<!--x-release-please-start-version-->
10-
<version>3.6.6-SNAPSHOT</version>
8+
<version>3.6.7</version>
119
<!--x-release-please-end-->
1210
<packaging>jar</packaging>
1311

src/main/java/com/microsoft/graph/core/CoreConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private static class VersionValues {
1919
private static final int MINOR = 6;
2020
// x-release-please-end
2121
// x-release-please-start-patch
22-
private static final int PATCH = 6;
22+
private static final int PATCH = 7;
2323
// x-release-please-end
2424
}
2525

0 commit comments

Comments
 (0)