Bump AkkaVersion from 1.5.4 to 1.5.7 (#317)

Bumps `AkkaVersion` from 1.5.4 to 1.5.7.

Updates `Akka.Persistence.Sql.Common` from 1.5.4 to 1.5.7
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md)
- [Commits](https://github.com/akkadotnet/Akka.Hosting/compare/1.5.4...1.5.7)

Updates `Akka.Persistence.Sql.TestKit` from 1.5.4 to 1.5.7
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md)
- [Commits](https://github.com/akkadotnet/Akka.Hosting/compare/1.5.4...1.5.7)

Updates `Akka.Persistence.Query.Sql` from 1.5.4 to 1.5.7
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md)
- [Commits](https://github.com/akkadotnet/Akka.Hosting/compare/1.5.4...1.5.7)

Updates `Akka.Persistence.Hosting` from 1.5.4 to 1.5.7
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md)
- [Commits](https://github.com/akkadotnet/Akka.Hosting/compare/1.5.4...1.5.7)

Updates `Akka.Hosting` from 1.5.4 to 1.5.7
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md)
- [Commits](https://github.com/akkadotnet/Akka.Hosting/compare/1.5.4...1.5.7)

Updates `Akka.TestKit.Xunit2` from 1.5.4 to 1.5.7
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md)
- [Commits](https://github.com/akkadotnet/Akka.Hosting/compare/1.5.4...1.5.7)

---
updated-dependencies:
- dependency-name: Akka.Persistence.Sql.Common
  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.Query.Sql
  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.Hosting
  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>
This commit is contained in:
dependabot[bot] 2023-05-31 08:39:19 -05:00 коммит произвёл GitHub
Родитель 255ff574bd
Коммит 73bfab88ee
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.4.2</XunitVersion>
<AkkaVersion>1.5.4</AkkaVersion>
<AkkaVersion>1.5.7</AkkaVersion>
<TestSdkVersion>17.4.1</TestSdkVersion>
<NetCoreTestVersion>net6.0</NetCoreTestVersion>
<NetFrameworkTestVersion>net48</NetFrameworkTestVersion>