Skip to content

Commit

Permalink
Bump com.microsoft.graph:microsoft-graph from 5.80.0 to 6.13.0
Browse files Browse the repository at this point in the history
Bumps [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) from 5.80.0 to 6.13.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@v5.80.0...v6.13.0)

---
updated-dependencies:
- dependency-name: com.microsoft.graph:microsoft-graph
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2024
1 parent 26af1d5 commit 8ebeb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interlok-azure-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
because "CVE-2021-27568: Affect json-smart up to (excluding) 2.3.1"
}
}
api ("com.microsoft.graph:microsoft-graph:5.80.0") {
api ("com.microsoft.graph:microsoft-graph:6.13.0") {
exclude group: "com.google.code.gson", module: "gson"
exclude group: "com.squareup.okhttp3", module: "okhttp"
}
Expand Down

0 comments on commit 8ebeb39

Please sign in to comment.