Skip to content

Commit

Permalink
deps: update dependency npgsql to 8.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 6, 2024
1 parent 03757d6 commit a7090a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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="8.0.5" />
<PackageReference Include="Npgsql" Version="8.0.6" />
</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.5" />
<PackageReference Include="Npgsql" Version="8.0.6" />
<PackageReference Include="Testcontainers" Version="4.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/dotnet-snippets/dotnet-snippets.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.5" />
<PackageReference Include="Npgsql" Version="8.0.6" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.5" />
<PackageReference Include="Npgsql" Version="8.0.6" />
</ItemGroup>

</Project>

0 comments on commit a7090a5

Please sign in to comment.