Skip to content

Commit 3faf83d

Browse files
chore(deps): update swashbuckle-aspnetcore monorepo to 7.3.2 (#28)
Co-authored-by: pactflow-renovate-bot[bot] <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com>
1 parent 1d34e98 commit 3faf83d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"swashbuckle.aspnetcore.cli": {
6-
"version": "7.3.1",
6+
"version": "7.3.2",
77
"commands": [
88
"swagger"
99
]

example-bi-directional-provider-dotnet/.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"swashbuckle.aspnetcore.cli": {
6-
"version": "7.3.1",
6+
"version": "7.3.2",
77
"commands": [
88
"swagger"
99
]

example-bi-directional-provider-dotnet/example-bi-directional-provider-dotnet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<Folder Include="scripts\" />
2020
</ItemGroup>
2121
<ItemGroup>
22-
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.1" />
22+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.2" />
2323
</ItemGroup>
2424
</Project>

0 commit comments

Comments
 (0)