Skip to content

Commit

Permalink
build(deps): bump the kiota-dependencies group
Browse files Browse the repository at this point in the history
Bumps the kiota-dependencies group in /get-started/azure-auth/java/app with 2 updates: [com.microsoft.kiota:microsoft-kiota-bundle](https://github.com/microsoft/kiota-java) and [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java).


Updates `com.microsoft.kiota:microsoft-kiota-bundle` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/microsoft/kiota-java/releases)
- [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-java@v1.4.0...v1.5.0)

Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/microsoft/kiota-java/releases)
- [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-java@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: com.microsoft.kiota:microsoft-kiota-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kiota-dependencies
- dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kiota-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 0e801a6 commit af6ec19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get-started/azure-auth/java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies {

// <DependenciesSnippet>
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.4.0'
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.4.0'
implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.5.0'
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.5.0'
implementation 'com.azure:azure-identity:1.13.3'
// </DependenciesSnippet>
}
Expand Down

0 comments on commit af6ec19

Please sign in to comment.