Skip to content

Commit

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

Updates `Akka.DependencyInjection` from 1.5.6 to 1.5.7
- [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.6...1.5.7)

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

Updates `Akka.Remote` from 1.5.6 to 1.5.7
- [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.6...1.5.7)

Updates `Akka.Cluster.Sharding` from 1.5.6 to 1.5.7
- [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.6...1.5.7)

Updates `Akka.DistributedData` from 1.5.6 to 1.5.7
- [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.6...1.5.7)

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

---
updated-dependencies:
- dependency-name: Akka.DependencyInjection
  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
- dependency-name: Akka.Remote
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Cluster.Sharding
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.DistributedData
  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>
  • Loading branch information
dependabot[bot] committed May 18, 2023
1 parent b486348 commit af0f424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<Project>
<PropertyGroup>
<Copyright>Copyright © 2013-2023 Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
Expand Down Expand Up @@ -26,7 +26,7 @@
<TestSdkVersion>17.6.0</TestSdkVersion>
<CoverletVersion>3.2.0</CoverletVersion>
<XunitRunneVisualstudio>2.4.5</XunitRunneVisualstudio>
<AkkaVersion>1.5.6</AkkaVersion>
<AkkaVersion>1.5.7</AkkaVersion>
<MicrosoftExtensionsVersion>[3.0.0,)</MicrosoftExtensionsVersion>
</PropertyGroup>

Expand Down

0 comments on commit af0f424

Please sign in to comment.