Skip to content

Commit

Permalink
deps: update dependency npgsql to 8.0.5 (#2441)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 15, 2024
1 parent 5209863 commit 3290c83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4" />
<PackageReference Include="Npgsql" Version="8.0.5" />
</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.4" />
<PackageReference Include="Npgsql" Version="8.0.5" />
<PackageReference Include="Testcontainers" Version="3.10.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.4" />
<PackageReference Include="Npgsql" Version="8.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3290c83

Please sign in to comment.