Skip to content

Commit e2fd245

Browse files
chore(main): release 6.47.0
1 parent fc47452 commit e2fd245

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
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.46.0"
2+
".": "6.47.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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

88

9+
## [6.47.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.46.0...v6.47.0) (2025-06-09)
10+
11+
12+
### Features
13+
14+
* added new constructor for GraphServiceClient ([#1177](https://github.com/microsoftgraph/msgraph-beta-sdk-java/issues/1177)) ([fc47452](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/fc474525188b802c97ec30c6ad702e5e41ec1326))
15+
916
## [6.46.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.45.0...v6.46.0) (2025-06-03)
1017

1118

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
dependencies {
2323
// Include the sdk as a dependency
2424
// x-release-please-start-version
25-
implementation 'com.microsoft.graph:microsoft-graph-beta:6.46.0'
25+
implementation 'com.microsoft.graph:microsoft-graph-beta:6.47.0'
2626
// x-release-please-end
2727
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
2828
implementation 'com.azure:azure-identity:1.11.0'
@@ -39,7 +39,7 @@ Add the dependency in `dependencies` in pom.xml
3939
<groupId>com.microsoft.graph</groupId>
4040
<artifactId>microsoft-graph-beta</artifactId>
4141
<!--x-release-please-start-version-->
42-
<version>6.46.0</version>
42+
<version>6.47.0</version>
4343
<!--x-release-please-end-->
4444
</dependency>
4545
<dependency>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph-beta
2929
mavenMajorVersion = 6
3030
# x-release-please-end
3131
# x-release-please-start-minor
32-
mavenMinorVersion = 46
32+
mavenMinorVersion = 47
3333
# x-release-please-end
3434
# x-release-please-start-patch
3535
mavenPatchVersion = 0

src/main/java/com/microsoft/graph/beta/info/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ private Constants() {
66
}
77
/** The SDK version */
88
// x-release-please-start-version
9-
public static final String VERSION_NAME = "6.46.0";
9+
public static final String VERSION_NAME = "6.47.0";
1010
// x-release-please-end
1111
}
1212

0 commit comments

Comments
 (0)