Skip to content

Commit

Permalink
deps: update dependency npgsql to v8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2024
1 parent e6f305a commit a22c602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/cloud-run/dotnet/dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="7.0.6" />
<PackageReference Include="Npgsql" Version="8.0.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/dotnet/npgsql-sample/npgsql-sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.2" />
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="Testcontainers" Version="3.8.0" />
</ItemGroup>

Expand Down

0 comments on commit a22c602

Please sign in to comment.