Skip to content

Commit 7ff778c

Browse files
authored
Merge pull request #1927 from microsoftgraph/release-please--branches--main--components--com.microsoft.graph.microsoft-graph-core
chore(main): release 3.6.3
2 parents 2226099 + 3bc1e7c commit 7ff778c

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-
".": "3.6.2"
2+
".": "3.6.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.3](https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/v3.6.2...v3.6.3) (2025-06-20)
9+
10+
11+
### Bug Fixes
12+
13+
* branch name for the CI ([2226099](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/2226099ef65c0bacfa39a72f0df001efd30a99a5))
14+
* branch name for the CI ([a38d725](https://github.com/microsoftgraph/msgraph-sdk-java-core/commit/a38d72527515918223a012c503377742939e1554))
15+
816
## [3.6.2](https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/v3.6.1...v3.6.2) (2025-06-20)
917

1018

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.2'
26+
implementation 'com.microsoft.graph:microsoft-graph-core:3.6.3'
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.2</version>
43+
<version>3.6.3</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 = 2
33+
mavenPatchVersion = 3
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.2</version>
12+
<version>3.6.3</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 = 2;
22+
private static final int PATCH = 3;
2323
// x-release-please-end
2424
}
2525

0 commit comments

Comments
 (0)