Skip to content

Commit

Permalink
Bump MySqlConnector from 2.3.2 to 2.3.3
Browse files Browse the repository at this point in the history
Bumps [MySqlConnector](https://github.com/mysql-net/MySqlConnector) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/mysql-net/MySqlConnector/releases)
- [Changelog](https://github.com/mysql-net/MySqlConnector/blob/master/docs/VersionHistory.md)
- [Commits](mysql-net/MySqlConnector@2.3.2...2.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 77d1da6 commit 7bd7b05
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 @@ -16,7 +16,7 @@
<!-- FTP - To find hidden folders (Named .) and to read strings on files -->
<PackageReference Include="FluentFTP" Version="48.0.3" />
<!-- MySQL - To interact with MySQL servers -->
<PackageReference Include="MySqlConnector" Version="2.3.2" />
<PackageReference Include="MySqlConnector" Version="2.3.3" />
<!-- To access PostgreSQL servers -->
<PackageReference Include="Npgsql" Version="8.0.1" />
<!-- Better Console color output -->
Expand Down

0 comments on commit 7bd7b05

Please sign in to comment.