File tree Expand file tree Collapse file tree
src/main/java/com/microsoft/graph/info Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 6.67 .0"
2+ "." : " 6.68 .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.68.0] ( https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.67.0...v6.68.0 ) (2026-08-05)
6+
7+
8+ ### Features
9+
10+ * ** generation:** update request builders and models ([ 800762d] ( https://github.com/microsoftgraph/msgraph-sdk-java/commit/800762d46e93a11f8cddbaa7372b5791314d138b ) )
11+
512## [ 6.67.0] ( https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.66.1...v6.67.0 ) (2026-07-21)
613
714
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020dependencies {
2121 // Include the sdk as a dependency
2222 // x-release-please-start-version
23- implementation 'com.microsoft.graph:microsoft-graph:6.67 .0'
23+ implementation 'com.microsoft.graph:microsoft-graph:6.68 .0'
2424 // x-release-please-end
2525 // This dependency is only needed if you are using a TokenCredential object for authentication
2626 implementation 'com.azure:azure-identity:1.15.0'
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
3737 <groupId >com.microsoft.graph</groupId >
3838 <artifactId >microsoft-graph</artifactId >
3939 <!-- x-release-please-start-version-->
40- <version >6.67 .0</version >
40+ <version >6.68 .0</version >
4141 <!-- x-release-please-end-->
4242</dependency >
4343<dependency >
Original file line number Diff line number Diff line change 55 <groupId >com.microsoft.graph</groupId >
66 <artifactId >microsoft-graph</artifactId >
77 <!-- x-release-please-start-version-->
8- <version >6.67 .0</version >
8+ <version >6.68 .0</version >
99 <!-- x-release-please-end-->
1010 <packaging >jar</packaging >
1111
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.67 .0" ;
7+ public static final String VERSION_NAME = "6.68 .0" ;
88 // x-release-please-end
99}
1010
You can’t perform that action at this time.
0 commit comments