Skip to content

Commit 3e4d621

Browse files
fix: Bump Microsoft.Kiota.Serialization.Json from 1.21.0 to 1.21.3
--- updated-dependencies: - dependency-name: Microsoft.Kiota.Serialization.Json 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 f032255 commit 3e4d621

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
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.21.3" />
1212
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.21.2" />
1313
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.21.3" />
14-
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.21.0" />
14+
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.21.3" />
1515
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.21.0" />
1616
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.21.0" />
1717
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.3" />

src/DcsTranslationTool.Infrastructure/packages.lock.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@
5353
},
5454
"Microsoft.Kiota.Serialization.Json": {
5555
"type": "Direct",
56-
"requested": "[1.21.0, )",
57-
"resolved": "1.21.0",
58-
"contentHash": "gevmkdeDdEu5hWvDXy/KqS5XdsJn9Pm+E6wWFkAbaCsu2GMC7YLlJlLl/kMwQM5Prt8a7n8sHi3RzfZWXprb3A==",
56+
"requested": "[1.21.3, )",
57+
"resolved": "1.21.3",
58+
"contentHash": "YbR2JMwKMf27murZSU6QoaYWGkY4JezfCdaRd70n7kWzemIJBTk3aNbVXWMtoyRZsYslsYSVxCB0cNTFHKgA/A==",
5959
"dependencies": {
60-
"Microsoft.Kiota.Abstractions": "1.21.0"
60+
"Microsoft.IO.RecyclableMemoryStream": "3.0.1",
61+
"Microsoft.Kiota.Abstractions": "1.21.3"
6162
}
6263
},
6364
"Microsoft.Kiota.Serialization.Multipart": {

0 commit comments

Comments
 (0)