Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
viceroypenguin committed Aug 11, 2023
1 parent f11ed4d commit ae0c4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Plaid.OpenApiParser/Plaid.OpenApiParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="CaseExtensions" Version="1.1.0" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.5" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.6" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion tests/Plaid.Tests/Plaid.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit ae0c4a1

Please sign in to comment.