Skip to content

Commit

Permalink
chore(deps): update dependency npgsql to v4.1.13 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent c027369 commit 3747b36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="4.1.12" />
<PackageReference Include="Npgsql" Version="4.1.13" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SmartSql.DataConnector/SmartSql.DataConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="2.2.0" />
<PackageReference Include="MySql.Data" Version="8.0.30" />
<PackageReference Include="Npgsql" Version="4.1.12" />
<PackageReference Include="Npgsql" Version="4.1.13" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.180" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="3.0.0-dev-00019" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="4.1.12" />
<PackageReference Include="Npgsql" Version="4.1.13" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3747b36

Please sign in to comment.