Bump Akka.Persistence.Hosting, Akka and Akka.Persistence (#351)
Bumps [Akka.Persistence.Hosting](https://github.com/akkadotnet/Akka.Hosting), [Akka](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.Hosting` from 1.5.25 to 1.5.27 - [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.25...1.5.27) Updates `Akka` from 1.5.26 to 1.5.27.1 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.26...1.5.27.1) Updates `Akka.Persistence` from 1.5.26 to 1.5.27.1 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.26...1.5.27.1) --- updated-dependencies: - dependency-name: Akka.Persistence.Hosting dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Akka 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
6599dd3cda
Коммит
e0439d66b3
|
@ -1,13 +1,13 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
||||
<AkkaVersion>1.5.26</AkkaVersion>
|
||||
<AkkaVersion>1.5.27.1</AkkaVersion>
|
||||
</PropertyGroup>
|
||||
<!-- Library dependencies -->
|
||||
<ItemGroup>
|
||||
<PackageVersion Include="Akka" Version="$(AkkaVersion)" />
|
||||
<PackageVersion Include="Akka.Persistence" Version="$(AkkaVersion)" />
|
||||
<PackageVersion Include="Akka.Persistence.Hosting" Version="1.5.25" />
|
||||
<PackageVersion Include="Akka.Persistence.Hosting" Version="1.5.27" />
|
||||
<PackageVersion Include="Akka.Persistence.Query" Version="$(AkkaVersion)" />
|
||||
<PackageVersion Include="Akka.Streams" Version="$(AkkaVersion)" />
|
||||
<PackageVersion Include="StackExchange.Redis" Version="2.8.0" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче