Skip to content

Commit

Permalink
Bump MySqlConnector from 2.3.7 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [MySqlConnector](https://github.com/mysql-net/MySqlConnector) from 2.3.7 to 2.4.0.
- [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.7...2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 27af4ec commit 5439e75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CS2/Leaderboard/Leaderboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MySqlConnector" Version="2.3.7" />
<PackageReference Include="MySqlConnector" Version="2.4.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/GangsImpl/AbstractDB/AbstractDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.35"/>
<PackageReference Include="MySqlConnector" Version="2.3.7"/>
<PackageReference Include="MySqlConnector" Version="2.4.0"/>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/GangsImpl/MySQL/MySQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.35"/>
<PackageReference Include="MySqlConnector" Version="2.3.7"/>
<PackageReference Include="MySqlConnector" Version="2.4.0"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5439e75

Please sign in to comment.