Skip to content

Commit

Permalink
Bump System.Data.SQLite.Core from 1.0.114.1 to 1.0.114.2 (jstedfast#680)
Browse files Browse the repository at this point in the history
Bumps System.Data.SQLite.Core from 1.0.114.1 to 1.0.114.2.

---
updated-dependencies:
- dependency-name: System.Data.SQLite.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 7, 2021
1 parent 7191022 commit a33ed55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Benchmarks/Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.0" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.114.1" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.114.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="OpenCover" Version="4.6.519" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.114.1" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.114.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a33ed55

Please sign in to comment.