Skip to content

Commit 2162b4e

Browse files
chore(main): release 3.6.6 (#2088)
Co-authored-by: release-please-token-provider[bot] <225477224+release-please-token-provider[bot]@users.noreply.github.com> Co-authored-by: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com>
1 parent 318ff72 commit 2162b4e

6 files changed

Lines changed: 17 additions & 6 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.5"
2+
".": "3.6.6"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.6](https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/v3.6.5...v3.6.6) (2026-05-16)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** bump com.azure:azure-core from 1.57.1 to 1.58.0 in /android ([dffa772](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/dffa772d2ed4babcb6a0c7b98bc2c95bd17d99e0))
14+
* **deps:** bump com.azure:azure-core from 1.57.1 to 1.58.0 in /android ([14864cc](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/14864cc2c69b94604bea2a5c2b6337ef8fc8326f))
15+
* **deps:** bump com.google.code.gson:gson from 2.13.2 to 2.14.0 in /android ([80661ec](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/80661ecdf4d5e93ca0ab7924ee3a3614c355eb04))
16+
* **deps:** bump com.google.code.gson:gson in /android ([b415de4](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/b415de47634d29484a486c46413ddeb83ad80b37))
17+
* **deps:** bump the kiota-dependencies group ([#2069](https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/2069)) ([756a7dd](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/756a7dd719236de958ea88fe1cb89f4e655826bc))
18+
819
## [3.6.5](https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/v3.6.4...v3.6.5) (2025-09-11)
920

1021

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.5'
26+
implementation 'com.microsoft.graph:microsoft-graph-core:3.6.6'
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.5</version>
43+
<version>3.6.6</version>
4444
<!--x-release-please-end-->
4545
<!-- This dependency is only needed if you are using the TokenCredentialAuthProvider -->
4646
<groupId>com.azure</groupId>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mavenMajorVersion = 3
3030
mavenMinorVersion = 6
3131
# x-release-please-end
3232
# x-release-please-start-patch
33-
mavenPatchVersion = 5
33+
mavenPatchVersion = 6
3434
# x-release-please-end
3535
mavenArtifactSuffix =
3636

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>com.microsoft.graph</groupId>
1010
<artifactId>microsoft-graph-core</artifactId>
1111
<!--x-release-please-start-version-->
12-
<version>3.6.5</version>
12+
<version>3.6.6</version>
1313
<!--x-release-please-end-->
1414
<packaging>pom</packaging>
1515

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 = 5;
22+
private static final int PATCH = 6;
2323
// x-release-please-end
2424
}
2525

0 commit comments

Comments
 (0)