Skip to content

Commit 5014e0f

Browse files
fix: Bump Microsoft.Kiota.Abstractions and Microsoft.Kiota.Serialization.Form
Bumps Microsoft.Kiota.Abstractions from 1.21.2 to 1.21.3 Bumps Microsoft.Kiota.Serialization.Form from 1.21.2 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.Form 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 62a4886 commit 5014e0f

2 files changed

Lines changed: 9 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,9 +8,9 @@
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" />
13-
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.21.2" />
13+
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.21.3" />
1414
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.21.0" />
1515
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.21.0" />
1616
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.21.0" />

src/DcsTranslationTool.Infrastructure/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"Microsoft.Kiota.Abstractions": {
1616
"type": "Direct",
17-
"requested": "[1.21.2, )",
18-
"resolved": "1.21.2",
19-
"contentHash": "YTiWl3qZkJiQuNzQ4jizghHoDLqp8Ushyjkalt34KXyGA6AfT2yUvb3FRJQZRWwMottSGDaZBMn9WyD6Q2wygQ==",
17+
"requested": "[1.21.3, )",
18+
"resolved": "1.21.3",
19+
"contentHash": "K3hlPEtkqQuIrxRUnprcjKxcHQDO+KsI3eTaknVwM+aUQcb0rNS2toJiZv7yOu5bX74FkKGpnPTt/ZNhm4VJrw==",
2020
"dependencies": {
2121
"Std.UriTemplate": "2.0.8"
2222
}
@@ -32,12 +32,12 @@
3232
},
3333
"Microsoft.Kiota.Serialization.Form": {
3434
"type": "Direct",
35-
"requested": "[1.21.2, )",
36-
"resolved": "1.21.2",
37-
"contentHash": "Qplm7DeoVxKQw45qQiLmkeq7iKP5mml/MbhpR6X5E9Hn0Kgvedqe3BstTlrYbPWF5l/K3H/3Yg6f0WOrhrj1mQ==",
35+
"requested": "[1.21.3, )",
36+
"resolved": "1.21.3",
37+
"contentHash": "eJbnDrujAqt6uf4lzNbUMWF196I670HX596+4yerco4KopT7UT90E0frkPICcDPXHHzCtsCRYcIz9vlzHmIqgA==",
3838
"dependencies": {
3939
"Microsoft.IO.RecyclableMemoryStream": "3.0.1",
40-
"Microsoft.Kiota.Abstractions": "1.21.2"
40+
"Microsoft.Kiota.Abstractions": "1.21.3"
4141
}
4242
},
4343
"Microsoft.Kiota.Serialization.Json": {

0 commit comments

Comments
 (0)