Skip to content

Commit

Permalink
Update dependency Npgsql to v4.1.12 (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 29, 2022
1 parent 83e2439 commit 1297fc8
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.10" />
<PackageReference Include="Npgsql" Version="4.1.12" />
</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.10" />
<PackageReference Include="Npgsql" Version="4.1.12" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.140" />
<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.10" />
<PackageReference Include="Npgsql" Version="4.1.12" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1297fc8

Please sign in to comment.