Skip to content

Commit 72f53fe

Browse files
fix: Bump Microsoft.Kiota.Abstractions and Microsoft.Kiota.Serialization.Text
Bumps Microsoft.Kiota.Abstractions from 1.21.2 to 1.21.3 Bumps Microsoft.Kiota.Serialization.Text 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.Text 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 72f53fe

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,12 +8,12 @@
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" />
1414
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.21.0" />
1515
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.21.0" />
16-
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.21.0" />
16+
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.21.3" />
1717
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.10" />
1818
<PackageReference Include="NLog" Version="6.1.0" />
1919
<PackageReference Include="UTF.Unknown" Version="2.6.0" />

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
}
@@ -71,11 +71,12 @@
7171
},
7272
"Microsoft.Kiota.Serialization.Text": {
7373
"type": "Direct",
74-
"requested": "[1.21.0, )",
75-
"resolved": "1.21.0",
76-
"contentHash": "hRiTsOhftozKfw90tOQka0c35p92SlEx8fvs0h73qEgDNS3CnrKlccwueaa8+FYCHT24ntTpW2BwfFxG/nFbCg==",
74+
"requested": "[1.21.3, )",
75+
"resolved": "1.21.3",
76+
"contentHash": "ZxCBxjNztPgCNltRnkeF9kW+cTe41sjymV6y+qbioByKvonu3XH9bkMM9MrVSezn7CvTA4PF16GgAeu6maVlxA==",
7777
"dependencies": {
78-
"Microsoft.Kiota.Abstractions": "1.21.0"
78+
"Microsoft.IO.RecyclableMemoryStream": "3.0.1",
79+
"Microsoft.Kiota.Abstractions": "1.21.3"
7980
}
8081
},
8182
"NLog": {

0 commit comments

Comments
 (0)