Skip to content

Commit f9b1af0

Browse files
authored
Merge pull request #2404 from microsoftgraph/release-please--branches--main--components--com.microsoft.graph.microsoft-graph
chore(main): release 6.42.1
2 parents 3f1f2ff + 92911a3 commit f9b1af0

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-
".": "6.42.0"
2+
".": "6.42.1"
33
}

CHANGELOG.md

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

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

5+
## [6.42.1](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.42.0...v6.42.1) (2025-06-20)
6+
7+
8+
### Bug Fixes
9+
10+
* branch name for the CI ([a13ce43](https://github.com/microsoftgraph/msgraph-sdk-java/commit/a13ce43d5dc1d00ea4471d0487a21fe45a641f5c))
11+
* sanity release due to pipeline migration ([a0e3ad1](https://github.com/microsoftgraph/msgraph-sdk-java/commit/a0e3ad1b45e04a867a3ee47e743bcb2a7603443b))
12+
513
## [6.42.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.41.0...v6.42.0) (2025-06-18)
614

715

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
dependencies {
2222
// Include the sdk as a dependency
2323
// x-release-please-start-version
24-
implementation 'com.microsoft.graph:microsoft-graph:6.42.0'
24+
implementation 'com.microsoft.graph:microsoft-graph:6.42.1'
2525
// x-release-please-end
2626
// This dependency is only needed if you are using a TokenCredential object for authentication
2727
implementation 'com.azure:azure-identity:1.15.0'
@@ -38,7 +38,7 @@ Add the dependency in `dependencies` in pom.xml
3838
<groupId>com.microsoft.graph</groupId>
3939
<artifactId>microsoft-graph</artifactId>
4040
<!--x-release-please-start-version-->
41-
<version>6.42.0</version>
41+
<version>6.42.1</version>
4242
<!--x-release-please-end-->
4343
</dependency>
4444
<dependency>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mavenMajorVersion = 6
3232
mavenMinorVersion = 42
3333
# x-release-please-end
3434
# x-release-please-start-patch
35-
mavenPatchVersion = 0
35+
mavenPatchVersion = 1
3636
# x-release-please-end
3737
mavenArtifactSuffix =
3838

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.microsoft.graph</groupId>
1010
<artifactId>microsoft-graph</artifactId>
11-
<version>6.42.0</version>
11+
<version>6.42.1</version>
1212
<packaging>pom</packaging>
1313

1414
<properties>

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

0 commit comments

Comments
 (0)