Skip to content

Commit

Permalink
Bump AkkaVersion from 1.5.7 to 1.5.8 (#214)
Browse files Browse the repository at this point in the history
Bumps `AkkaVersion` from 1.5.7 to 1.5.8.

Updates `Akka.Persistence.Sql.Common` from 1.5.7 to 1.5.8
- [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.7...1.5.8)

Updates `Akka.Hosting.TestKit` from 1.5.7 to 1.5.8
- [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.7...1.5.8)

Updates `Akka.Persistence.Sql.TestKit` from 1.5.7 to 1.5.8
- [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.7...1.5.8)

Updates `Akka.Persistence.Hosting` from 1.5.7 to 1.5.8
- [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.7...1.5.8)

Updates `Akka.Persistence.Query.Sql` from 1.5.7 to 1.5.8
- [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.7...1.5.8)

Updates `Akka.TestKit.Xunit2` from 1.5.7 to 1.5.8
- [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.7...1.5.8)

---
updated-dependencies:
- dependency-name: Akka.Persistence.Sql.Common
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Hosting.TestKit
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Persistence.Sql.TestKit
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Persistence.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Persistence.Query.Sql
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.TestKit.Xunit2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2023
1 parent eae209d commit 8132a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<NetCoreTestVersion>net7.0</NetCoreTestVersion>
<NetFrameworkTestVersion>net48</NetFrameworkTestVersion>

<AkkaVersion>1.5.7</AkkaVersion>
<AkkaVersion>1.5.8</AkkaVersion>

<!-- Install from version 5.0.11 included all the way up to 7.x.x, but don't go up a major version -->
<PostgresLowVersion>5.0.11</PostgresLowVersion>
Expand Down

0 comments on commit 8132a64

Please sign in to comment.