Skip to content

Commit bbac6ed

Browse files
fix: Bump Microsoft.Kiota.Abstractions and Microsoft.Kiota.Serialization.Json
Bumps Microsoft.Kiota.Abstractions from 1.21.2 to 1.21.3 Bumps Microsoft.Kiota.Serialization.Json from 1.21.0 to 1.21.3 --- updated-dependencies: - dependency-name: Microsoft.Kiota.Abstractions dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-patch - 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 574b5b8 commit bbac6ed

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

src/DcsTranslationTool.Infrastructure/DcsTranslationTool.Infrastructure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
<ItemGroup>
1010
<PackageReference Include="FluentResults" Version="4.0.0" />
11-
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.21.2" />
11+
<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.2" />
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="9.0.10" />

src/DcsTranslationTool.Infrastructure/packages.lock.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
},
2626
"Microsoft.Kiota.Abstractions": {
2727
"type": "Direct",
28-
"requested": "[1.21.2, )",
29-
"resolved": "1.21.2",
30-
"contentHash": "YTiWl3qZkJiQuNzQ4jizghHoDLqp8Ushyjkalt34KXyGA6AfT2yUvb3FRJQZRWwMottSGDaZBMn9WyD6Q2wygQ==",
28+
"requested": "[1.21.3, )",
29+
"resolved": "1.21.3",
30+
"contentHash": "K3hlPEtkqQuIrxRUnprcjKxcHQDO+KsI3eTaknVwM+aUQcb0rNS2toJiZv7yOu5bX74FkKGpnPTt/ZNhm4VJrw==",
3131
"dependencies": {
3232
"Std.UriTemplate": "2.0.8"
3333
}
@@ -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)