Skip to content

Commit

Permalink
Bump Npgsql from 9.0.1 to 9.0.2
Browse files Browse the repository at this point in the history
Bumps [Npgsql](https://github.com/npgsql/npgsql) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](npgsql/npgsql@v9.0.1...v9.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 180d036 commit 4eb5fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reecon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- MySQL - To interact with MySQL servers -->
<PackageReference Include="MySqlConnector" Version="2.4.0" />
<!-- To access PostgreSQL servers -->
<PackageReference Include="Npgsql" Version="9.0.1" />
<PackageReference Include="Npgsql" Version="9.0.2" />
<!-- LDAP -->
<PackageReference Include="System.DirectoryServices.Protocols" Version="9.0.0" />
<!-- A list of ports and their descriptions -->
Expand Down

0 comments on commit 4eb5fd7

Please sign in to comment.