File tree Expand file tree Collapse file tree 6 files changed +16
-7
lines changed
src/main/java/com/microsoft/graph/info Expand file tree Collapse file tree 6 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 6.25.1 "
2+ "." : " 6.26.0 "
33}
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 6.26.0] ( https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.25.1...v6.26.0 ) (2025-01-22)
6+
7+
8+ ### Features
9+
10+ * ** generation:** update request builders and models ([ 3e6f1e2] ( https://github.com/microsoftgraph/msgraph-sdk-java/commit/3e6f1e2d4afdec76745918d0ede6522e526dd9a4 ) )
11+ * ** generation:** update request builders and models ([ ae7530f] ( https://github.com/microsoftgraph/msgraph-sdk-java/commit/ae7530f16ed11bdd95f1502b060b7d7b03f98c2f ) )
12+ * ** generation:** update request builders and models ([ 26cd42a] ( https://github.com/microsoftgraph/msgraph-sdk-java/commit/26cd42af3ba5bc95e18b8b6cdcca01dafbdb5575 ) )
13+
514## [ 6.25.1] ( https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.25.0...v6.25.1 ) (2025-01-03)
615
716
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121dependencies {
2222 // Include the sdk as a dependency
2323 // x-release-please-start-version
24- implementation 'com.microsoft.graph:microsoft-graph:6.25.1 '
24+ implementation 'com.microsoft.graph:microsoft-graph:6.26.0 '
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.25.1 </version >
41+ <version >6.26.0 </version >
4242 <!-- x-release-please-end-->
4343</dependency >
4444<dependency >
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ mavenArtifactId = microsoft-graph
2929mavenMajorVersion = 6
3030# x-release-please-end
3131# x-release-please-start-minor
32- mavenMinorVersion = 25
32+ mavenMinorVersion = 26
3333# x-release-please-end
3434# x-release-please-start-patch
35- mavenPatchVersion = 1
35+ mavenPatchVersion = 0
3636# x-release-please-end
3737mavenArtifactSuffix =
3838
Original file line number Diff line number Diff line change 88
99 <groupId >com.microsoft.graph</groupId >
1010 <artifactId >microsoft-graph</artifactId >
11- <version >6.25.1 </version >
11+ <version >6.26.0 </version >
1212 <packaging >pom</packaging >
1313
1414 <properties >
Original file line number Diff line number Diff line change 44public final class Constants {
55 /** The SDK version */
66 // x-release-please-start-version
7- public static final String VERSION_NAME = "6.25.1 " ;
7+ public static final String VERSION_NAME = "6.26.0 " ;
88 // x-release-please-end
99}
1010
You can’t perform that action at this time.
0 commit comments