Skip to content

Commit b9275c2

Browse files
Bump com.microsoft.graph:microsoft-graph
Bumps [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) from 6.32.0 to 6.33.0. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CHANGELOG.md) - [Commits](microsoftgraph/msgraph-sdk-java@v6.32.0...v6.33.0) --- updated-dependencies: - dependency-name: com.microsoft.graph:microsoft-graph dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99b02bc commit b9275c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-auth/graphapponlytutorial/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
// This dependency is used by the application.
2525
implementation 'com.google.guava:guava:33.4.0-jre'
2626
implementation 'com.azure:azure-identity:1.15.4'
27-
implementation 'com.microsoft.graph:microsoft-graph:6.32.0'
27+
implementation 'com.microsoft.graph:microsoft-graph:6.33.0'
2828
}
2929
// </DependenciesSnippet>
3030

0 commit comments

Comments
 (0)