Skip to content

Commit b179810

Browse files
Bump Akka.Cluster.Hosting and Akka.Cluster.Sharding
Bumps [Akka.Cluster.Hosting](https://github.com/akkadotnet/Akka.Hosting) and [Akka.Cluster.Sharding](https://github.com/akkadotnet/akka.net). These dependencies needed to be updated together. Updates `Akka.Cluster.Hosting` from 1.5.28 to 1.5.40 - [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases) - [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md) - [Commits](akkadotnet/Akka.Hosting@1.5.28...1.5.40) Updates `Akka.Cluster.Sharding` from 1.5.39 to 1.5.40 - [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.39...1.5.40) --- updated-dependencies: - dependency-name: Akka.Cluster.Hosting 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4173fd commit b179810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<NetRuntime>net8.0</NetRuntime>
1717
<XunitVersion>2.4.2</XunitVersion>
1818
<TestSdkVersion>17.6.0</TestSdkVersion>
19-
<AkkaVersion>1.5.39</AkkaVersion>
19+
<AkkaVersion>1.5.40</AkkaVersion>
2020
<PbmVersion>1.4.3</PbmVersion>
21-
<AkkaHostingVersion>1.5.28</AkkaHostingVersion>
21+
<AkkaHostingVersion>1.5.40</AkkaHostingVersion>
2222
<MicrosoftExtensionsVersion>[8.0.0,)</MicrosoftExtensionsVersion>
2323
</PropertyGroup>
2424
<!-- SourceLink support for all Akka.NET projects -->

0 commit comments

Comments
 (0)