Skip to content

Commit

Permalink
build(deps): bump com.microsoft.kiota:microsoft-kiota-bundle
Browse files Browse the repository at this point in the history
Bumps the kiota-dependencies group in /get-started/quickstart/java/app with 1 update: [com.microsoft.kiota:microsoft-kiota-bundle](https://github.com/microsoft/kiota-java).


Updates `com.microsoft.kiota:microsoft-kiota-bundle` from 1.5.1 to 1.6.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.5.1...v1.6.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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 82314ed commit 65ed524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-started/quickstart/java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {

// <DependenciesSnippet>
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.5.1'
implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.6.0'
// </DependenciesSnippet>
}

Expand Down

0 comments on commit 65ed524

Please sign in to comment.