Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.Kiota.Abstractions and Microsoft.Kiota.Http.HttpClientLibrary in /Solutions #158

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2024

Bumps Microsoft.Kiota.Abstractions and Microsoft.Kiota.Http.HttpClientLibrary. These dependencies needed to be updated together.
Updates Microsoft.Kiota.Abstractions from 1.15.2 to 1.16.0

Release notes

Sourced from Microsoft.Kiota.Abstractions's releases.

1.16.0

Changes:

  • #493: feat: add BodyInspectionHandler
  • #482: http - implement body inspection handler
  • #484: Update release pipeline labels for 1ES compliance
  • #494: fix: proper name of HeadersInspectionHandler activity
  • #486: chore(deps): bump Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.Analyzers
  • #480: chore: updates the support policy
  • #476: chore(deps): bump the mstest group across 9 directories with 2 updates
  • #474: chore: uses nuget suppressions for CVEs
  • #473: fix: removes upper bounds to avoid locking upgrades

This list of changes was auto generated.

Changelog

Sourced from Microsoft.Kiota.Abstractions's changelog.

[1.16.0] - 2024-12-13

Added

  • Added body inspection handler to enable inspection of request and response bodies. #482
Commits
  • 3bc8cbd feat: add BodyInspectionHandler (#493)
  • b5bb2cd Merge pull request #484 from microsoft/fix/release-pipeline-labels
  • 216801b Merge pull request #494 from marcinjahn/fix-header-activity
  • a5ad533 fix: proper name of HeadersInspectionHandler activity
  • 74f9613 Merge pull request #486 from microsoft/dependabot/nuget/multi-15a8ad2463
  • cedab29 chore(deps): bump Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.An...
  • 19e4035 rename artifacts to intuitive name
  • 0f345ca chore: Update release pipeline labels for 1ES compliance
  • 48ac98b Merge pull request #480 from microsoft/fix/support-policy
  • af407ac chore: updates the support policy
  • Additional commits viewable in compare view

Updates Microsoft.Kiota.Http.HttpClientLibrary from 1.15.2 to 1.16.0

Release notes

Sourced from Microsoft.Kiota.Http.HttpClientLibrary's releases.

1.16.0

Changes:

  • #493: feat: add BodyInspectionHandler
  • #482: http - implement body inspection handler
  • #484: Update release pipeline labels for 1ES compliance
  • #494: fix: proper name of HeadersInspectionHandler activity
  • #486: chore(deps): bump Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.Analyzers
  • #480: chore: updates the support policy
  • #476: chore(deps): bump the mstest group across 9 directories with 2 updates
  • #474: chore: uses nuget suppressions for CVEs
  • #473: fix: removes upper bounds to avoid locking upgrades

This list of changes was auto generated.

Changelog

Sourced from Microsoft.Kiota.Http.HttpClientLibrary's changelog.

[1.16.0] - 2024-12-13

Added

  • Added body inspection handler to enable inspection of request and response bodies. #482
Commits
  • 3bc8cbd feat: add BodyInspectionHandler (#493)
  • b5bb2cd Merge pull request #484 from microsoft/fix/release-pipeline-labels
  • 216801b Merge pull request #494 from marcinjahn/fix-header-activity
  • a5ad533 fix: proper name of HeadersInspectionHandler activity
  • 74f9613 Merge pull request #486 from microsoft/dependabot/nuget/multi-15a8ad2463
  • cedab29 chore(deps): bump Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.An...
  • 19e4035 rename artifacts to intuitive name
  • 0f345ca chore: Update release pipeline labels for 1ES compliance
  • 48ac98b Merge pull request #480 from microsoft/fix/support-policy
  • af407ac chore: updates the support policy
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…Library

Bumps [Microsoft.Kiota.Abstractions](https://github.com/microsoft/kiota-dotnet) and [Microsoft.Kiota.Http.HttpClientLibrary](https://github.com/microsoft/kiota-dotnet). These dependencies needed to be updated together.

Updates `Microsoft.Kiota.Abstractions` from 1.15.2 to 1.16.0
- [Release notes](https://github.com/microsoft/kiota-dotnet/releases)
- [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-dotnet@v1.15.2...v1.16.0)

Updates `Microsoft.Kiota.Http.HttpClientLibrary` from 1.15.2 to 1.16.0
- [Release notes](https://github.com/microsoft/kiota-dotnet/releases)
- [Changelog](https://github.com/microsoft/kiota-dotnet/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-dotnet@v1.15.2...v1.16.0)

---
updated-dependencies:
- dependency-name: Microsoft.Kiota.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Kiota.Http.HttpClientLibrary
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2024
Copy link

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 9cd0544. ± Comparison against base commit 308a841.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2024

Superseded by #162.

@dependabot dependabot bot closed this Dec 19, 2024
@dependabot dependabot bot deleted the dependabot/nuget/Solutions/multi-625d81f46c branch December 19, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants