Skip to content

Commit

Permalink
Bump Microsoft.Kiota.Abstractions and Microsoft.Kiota.Serialization.M…
Browse files Browse the repository at this point in the history
…ultipart

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

Updates `Microsoft.Kiota.Abstractions` from 1.15.2 to 1.17.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.17.0)

Updates `Microsoft.Kiota.Serialization.Multipart` from 1.15.2 to 1.17.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.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2025
1 parent adc9910 commit 98ff447
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.15.2" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.17.0" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.15.2" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.15.2" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.15.2" />
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.15.2" />
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.17.0" />
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.15.2" />
</ItemGroup>

Expand Down
14 changes: 7 additions & 7 deletions Solutions/Firecracker.Management/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"Microsoft.Kiota.Abstractions": {
"type": "Direct",
"requested": "[1.15.2, )",
"resolved": "1.15.2",
"contentHash": "66Fee4JyIzUsewQmMfdXXBIF0Davawb0KzT9Hlp8kFO1X1HGUhnuAvaRY7MkEtddleasJJRnCT4qJHht225uIw==",
"requested": "[1.17.0, )",
"resolved": "1.17.0",
"contentHash": "bbxmG3yRZMYg970hnbHndMU72gTg4FXAuH82pC8RN1fbTo5jwkTVtYPumBGqPT4pQBd9VuwSPAFXQziFMADvyA==",
"dependencies": {
"Std.UriTemplate": "2.0.1"
}
Expand Down Expand Up @@ -50,11 +50,11 @@
},
"Microsoft.Kiota.Serialization.Multipart": {
"type": "Direct",
"requested": "[1.15.2, )",
"resolved": "1.15.2",
"contentHash": "JR2rDxF7PlvVslEGp2dVcevwyX+4ry6AuttZCwvd16fVqQfeZx26b5a207Fu0P5rr5qaEi0RdZrJSNqC7w2Eew==",
"requested": "[1.17.0, )",
"resolved": "1.17.0",
"contentHash": "uYr9GsuzWHEZJBNOXfSU4WWPk04iRf8bLy1rzT8GAfnJdHeEAMqa57MfJ7jPK/jPNcOXY08J8Vq5+nntpPKjbg==",
"dependencies": {
"Microsoft.Kiota.Abstractions": "1.15.2"
"Microsoft.Kiota.Abstractions": "1.17.0"
}
},
"Microsoft.Kiota.Serialization.Text": {
Expand Down

0 comments on commit 98ff447

Please sign in to comment.