Skip to content

Commit

Permalink
Bump Npgsql from 5.0.13 to 8.0.3 in /Jube.Migrations
Browse files Browse the repository at this point in the history
Bumps [Npgsql](https://github.com/npgsql/npgsql) from 5.0.13 to 8.0.3.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](npgsql/npgsql@v5.0.13...v8.0.3)

---
updated-dependencies:
- dependency-name: Npgsql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent 41297cf commit 61edc43
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="8.0.3"/>
<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="8.0.3"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 61edc43

Please sign in to comment.