Skip to content

Commit

Permalink
Bump Dapper from 2.1.11 to 2.1.21
Browse files Browse the repository at this point in the history
Bumps [Dapper](https://github.com/DapperLib/Dapper) from 2.1.11 to 2.1.21.
- [Release notes](https://github.com/DapperLib/Dapper/releases)
- [Commits](DapperLib/Dapper@2.1.11...2.1.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 484cf64 commit e7624f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Panosen.DBSchema.Mysql/Panosen.DBSchema.Mysql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.11" />
<PackageReference Include="Dapper" Version="2.1.21" />
<PackageReference Include="MySql.Data" Version="8.2.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Panosen.DBSchema.Sqlite/Panosen.DBSchema.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.11" />
<PackageReference Include="Dapper" Version="2.1.21" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
</ItemGroup>

Expand Down

0 comments on commit e7624f1

Please sign in to comment.