Skip to content

Commit

Permalink
Bump Npgsql from 5.0.11 to 7.0.6 (#223)
Browse files Browse the repository at this point in the history
Bumps [Npgsql](https://github.com/npgsql/npgsql) from 5.0.11 to 7.0.6.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](npgsql/npgsql@v5.0.11...v7.0.6)

---
updated-dependencies:
- dependency-name: Npgsql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 45eb880 commit cd113de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<AkkaVersion>1.5.13</AkkaVersion>

<!-- Install from version 5.0.11 included all the way up to 7.x.x, but don't go up a major version -->
<PostgresLowVersion>5.0.11</PostgresLowVersion>
<PostgresLowVersion>7.0.6</PostgresLowVersion>
<PostgresHighVersion>8</PostgresHighVersion>
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion))</PostgresVersion>
</PropertyGroup>
Expand Down

0 comments on commit cd113de

Please sign in to comment.