Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 32359e7

Browse files
chore(deps): bump Microsoft.Kiota.Serialization.Json
Bumps [Microsoft.Kiota.Serialization.Json](https://github.com/microsoft/kiota-dotnet) from 1.16.1 to 1.16.3. - [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.16.1...v1.16.3) --- updated-dependencies: - dependency-name: Microsoft.Kiota.Serialization.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 821e2cf commit 32359e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.16.1"/>
5757
<PackageReference Include="Microsoft.Kiota.Cli.Commons" Version="1.1.2"/>
5858
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.16.1"/>
59-
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.16.1"/>
59+
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.16.3"/>
6060
<PackageReference Include="Spectre.Console" Version="0.49.1"/>
6161
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1"/>
6262
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>

src/sample/sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
1414
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
1515
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.16.1" />
16-
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.16.1" />
16+
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.16.3" />
1717
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
1818
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)