Skip to content

Commit 020b29c

Browse files
Bump Microsoft.Data.SQLite from 7.0.8 to 7.0.9 (#6835)
Bumps [Microsoft.Data.SQLite](https://github.com/dotnet/efcore) from 7.0.8 to 7.0.9. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v7.0.8...v7.0.9) --- updated-dependencies: - dependency-name: Microsoft.Data.SQLite 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>
1 parent c72855b commit 020b29c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/contrib/persistence/Akka.Persistence.Sqlite/Akka.Persistence.Sqlite.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.Data.SQLite" Version="7.0.8"/>
18+
<PackageReference Include="Microsoft.Data.SQLite" Version="7.0.9"/>
1919
</ItemGroup>
2020

2121
</Project>

src/examples/Akka.Persistence.Custom/Akka.Persistence.Custom.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Data.SQLite" Version="7.0.8" />
9+
<PackageReference Include="Microsoft.Data.SQLite" Version="7.0.9" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)