Skip to content

Commit

Permalink
Bump AkkaHostingVersion from 0.5.0 to 0.5.1 (#958)
Browse files Browse the repository at this point in the history
Bumps `AkkaHostingVersion` from 0.5.0 to 0.5.1.

Updates `Akka.Hosting` from 0.5.0 to 0.5.1
- [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@0.5.0...0.5.1)

Updates `Akka.Cluster.Hosting` from 0.5.0 to 0.5.1
- [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@0.5.0...0.5.1)

---
updated-dependencies:
- dependency-name: Akka.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Cluster.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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 Oct 26, 2022
1 parent 2eb724c commit 09c491b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Update all AWSSDK versions</PackageReleaseNotes>
<FluentAssertionVersion>6.7.0</FluentAssertionVersion>
<TestSdkVersion>17.3.2</TestSdkVersion>
<AkkaVersion>1.4.45</AkkaVersion>
<AkkaHostingVersion>0.5.0</AkkaHostingVersion>
<AkkaHostingVersion>0.5.1</AkkaHostingVersion>
<KubernetesClientVersion>4.0.26</KubernetesClientVersion>
<PbmVersion>1.1.2</PbmVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Akka.Cluster.Tools" Version="$(AkkaVersion)" />
<PackageReference Include="Akka.DependencyInjection" Version="$(AkkaVersion)" />
<PackageReference Include="Akka.Cluster.Hosting" Version="0.5.0" />
<PackageReference Include="Akka.Cluster.Hosting" Version="0.5.1" />
<PackageReference Include="Petabridge.Cmd.Cluster" Version="$(PbmVersion)" />
<PackageReference Include="Petabridge.Cmd.Remote" Version="$(PbmVersion)" />
<PackageReference Include="Akka.Bootstrap.Docker" Version="0.5.3" />
Expand Down
2 changes: 1 addition & 1 deletion src/discovery/examples/Aws.Ecs/Aws.Ecs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Akka.Bootstrap.Docker" Version="0.5.3" />
<PackageReference Include="Akka.Cluster.Hosting" Version="0.5.0" />
<PackageReference Include="Akka.Cluster.Hosting" Version="0.5.1" />
</ItemGroup>

</Project>

0 comments on commit 09c491b

Please sign in to comment.