Skip to content

Commit c45a19e

Browse files
fix: Bump Microsoft.Kiota.Serialization.Multipart from 1.21.0 to 1.21.3
--- updated-dependencies: - dependency-name: Microsoft.Kiota.Serialization.Multipart dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da539af commit c45a19e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

src/DcsTranslationTool.Infrastructure/DcsTranslationTool.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.21.2" />
1313
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.21.3" />
1414
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.21.0" />
15-
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.21.0" />
15+
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.21.3" />
1616
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.21.0" />
1717
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.10" />
1818
<PackageReference Include="NLog" Version="6.1.0" />

src/DcsTranslationTool.Infrastructure/packages.lock.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,12 @@
6262
},
6363
"Microsoft.Kiota.Serialization.Multipart": {
6464
"type": "Direct",
65-
"requested": "[1.21.0, )",
66-
"resolved": "1.21.0",
67-
"contentHash": "fCAx5tgVvz6gI2hwN9Q2p8t/uPOwD4l8EwoFxkn8F6apqngjwbCSietDlXvX6gaStVvwSS4J5fn/xSghXW5cFg==",
65+
"requested": "[1.21.3, )",
66+
"resolved": "1.21.3",
67+
"contentHash": "3vcIOqn5PCSZQqujVoYAt6yYfCZGuIsHM3wzkzDUo1AJYGogq+jZLgyeNwNxX6LAeMaaf134SOe/YOWhYFqkxw==",
6868
"dependencies": {
69-
"Microsoft.Kiota.Abstractions": "1.21.0"
69+
"Microsoft.IO.RecyclableMemoryStream": "3.0.1",
70+
"Microsoft.Kiota.Abstractions": "1.21.3"
7071
}
7172
},
7273
"Microsoft.Kiota.Serialization.Text": {

0 commit comments

Comments
 (0)