Skip to content

Commit 4e23091

Browse files
Bump Microsoft.Data.SQLite from 7.0.5 to 7.0.7 (#6791)
Bumps [Microsoft.Data.SQLite](https://github.com/dotnet/efcore) from 7.0.5 to 7.0.7. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v7.0.5...v7.0.7) --- 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 2b9c059 commit 4e23091

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

Lines changed: 1 addition & 1 deletion
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.5"/>
18+
<PackageReference Include="Microsoft.Data.SQLite" Version="7.0.7"/>
1919
</ItemGroup>
2020

2121
</Project>

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

Lines changed: 1 addition & 1 deletion
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.5" />
9+
<PackageReference Include="Microsoft.Data.SQLite" Version="7.0.7" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)