Skip to content

Commit

Permalink
Bump Akka.Persistence.TestKit and Akka.Persistence
Browse files Browse the repository at this point in the history
Bumps [Akka.Persistence.TestKit](https://github.com/akkadotnet/akka.net) and [Akka.Persistence](https://github.com/akkadotnet/akka.net). These dependencies needed to be updated together.

Updates `Akka.Persistence.TestKit` from 1.5.27.1 to 1.5.29
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.27.1...1.5.29)

Updates `Akka.Persistence` from 1.5.27.1 to 1.5.29
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.27.1...1.5.29)

---
updated-dependencies:
- dependency-name: Akka.Persistence.TestKit
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Persistence
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 3b66172 commit f37223e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Akka.Persistence" Version="1.5.27.1" />
<PackageVersion Include="Akka.Persistence" Version="1.5.29" />
<PackageVersion Include="Akka.Persistence.MongoDb.Hosting" Version="1.5.26" />
<PackageVersion Include="Akka.Persistence.Sql.Hosting" Version="1.5.27.1" />
<PackageVersion Include="Alba.CsConsoleFormat" Version="1.0.0" />
Expand All @@ -13,7 +13,7 @@
<ItemGroup>
<PackageVersion Include="Akka.Persistence.Query.InMemory" Version="1.5.27.1" />
<PackageVersion Include="Akka.Hosting.TestKit" Version="1.5.27" />
<PackageVersion Include="Akka.Persistence.TestKit" Version="1.5.27.1" />
<PackageVersion Include="Akka.Persistence.TestKit" Version="1.5.29" />
<PackageVersion Include="Akka.Persistence.TestKit.Xunit2" Version="1.5.27.1" />
<PackageVersion Include="Microsoft.Data.SQLite" Version="8.0.8" />
<PackageVersion Include="Microsoft.Data.Sqlite.Core" Version="8.0.8" />
Expand Down

0 comments on commit f37223e

Please sign in to comment.