Skip to content

Commit

Permalink
Merge pull request #42 from jube-home/dependabot/nuget/Jube.Migration…
Browse files Browse the repository at this point in the history
…s/Npgsql-5.0.18

Bump Npgsql from 5.0.13 to 5.0.18 in /Jube.Migrations
  • Loading branch information
richard-churchman authored May 15, 2024
2 parents 41297cf + 97976d1 commit 7cc9cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jube.Data/Jube.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="linq2db" Version="3.6.0"/>
<PackageReference Include="log4net" Version="2.0.14"/>
<PackageReference Include="Microsoft.Extensions.Primitives" Version="6.0.0"/>
<PackageReference Include="Npgsql" Version="5.0.13"/>
<PackageReference Include="Npgsql" Version="5.0.18"/>
<PackageReference Include="Npgsql.Json.NET" Version="5.0.13"/>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Jube.Migrations/Jube.Migrations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="FluentMigrator.Runner.Postgres" Version="3.3.2"/>
<PackageReference Include="log4net" Version="2.0.14"/>
<PackageReference Include="Microsoft.Extensions.Primitives" Version="6.0.0"/>
<PackageReference Include="Npgsql" Version="5.0.13"/>
<PackageReference Include="Npgsql" Version="5.0.18"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7cc9cfa

Please sign in to comment.