| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9c09c4d commit 01531c5
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,3 @@ | |||
| 1 | 1 | { | |
| 2 | - ".": "6.63.0" | ||
| 2 | + ".": "6.64.0" | ||
| 3 | 3 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,14 @@ | |||
| 2 | 2 | ||
| 3 | 3 | All notable changes to this project will be documented in this file. | |
| 4 | 4 | ||
| 5 | + ## [6.64.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.63.0...v6.64.0) (2026-05-05) | ||
| 6 | + | ||
| 7 | + | ||
| 8 | + ### Features | ||
| 9 | + | ||
| 10 | + * **generation:** update request builders and models ([21bd96b](https://github.com/microsoftgraph/msgraph-sdk-java/commit/21bd96b37c1ae171dc1cbe6783e2034beca80631)) | ||
| 11 | + * **generation:** update request builders and models ([e107445](https://github.com/microsoftgraph/msgraph-sdk-java/commit/e107445bfa1f4b566c399c9075c4093d9059b5d2)) | ||
| 12 | + | ||
| 5 | 13 | ## [6.63.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.62.0...v6.63.0) (2026-04-17) | |
| 6 | 14 | ||
| 7 | 15 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ repositories { | |||
| 20 | 20 | dependencies { | |
| 21 | 21 | // Include the sdk as a dependency | |
| 22 | 22 | // x-release-please-start-version | |
| 23 | - implementation 'com.microsoft.graph:microsoft-graph:6.63.0' | ||
| 23 | + implementation 'com.microsoft.graph:microsoft-graph:6.64.0' | ||
| 24 | 24 | // x-release-please-end | |
| 25 | 25 | // This dependency is only needed if you are using a TokenCredential object for authentication | |
| 26 | 26 | implementation 'com.azure:azure-identity:1.15.0' | |
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml | |||
| 37 | 37 | <groupId>com.microsoft.graph</groupId> | |
| 38 | 38 | <artifactId>microsoft-graph</artifactId> | |
| 39 | 39 | <!--x-release-please-start-version--> | |
| 40 | - <version>6.63.0</version> | ||
| 40 | + <version>6.64.0</version> | ||
| 41 | 41 | <!--x-release-please-end--> | |
| 42 | 42 | </dependency> | |
| 43 | 43 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph | |||
| 29 | 29 | mavenMajorVersion = 6 | |
| 30 | 30 | # x-release-please-end | |
| 31 | 31 | # x-release-please-start-minor | |
| 32 | - mavenMinorVersion = 63 | ||
| 32 | + mavenMinorVersion = 64 | ||
| 33 | 33 | # x-release-please-end | |
| 34 | 34 | # x-release-please-start-patch | |
| 35 | 35 | mavenPatchVersion = 0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | 9 | <groupId>com.microsoft.graph</groupId> | |
| 10 | 10 | <artifactId>microsoft-graph</artifactId> | |
| 11 | - <version>6.63.0</version> | ||
| 11 | + <version>6.64.0</version> | ||
| 12 | 12 | <packaging>pom</packaging> | |
| 13 | 13 | ||
| 14 | 14 | <properties> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | public final class Constants { | |
| 5 | 5 | /** The SDK version */ | |
| 6 | 6 | // x-release-please-start-version | |
| 7 | - public static final String VERSION_NAME = "6.63.0"; | ||
| 7 | + public static final String VERSION_NAME = "6.64.0"; | ||
| 8 | 8 | // x-release-please-end | |
| 9 | 9 | } | |
| 10 | 10 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments