Skip to content

Commit

Permalink
Bump Akka.Cluster.Sharding in /src/clustering/sharding-sqlserver (#217)
Browse files Browse the repository at this point in the history
Bumps [Akka.Cluster.Sharding](https://github.com/akkadotnet/akka.net) from 1.5.27.1 to 1.5.28.
- [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.27.1...1.5.28)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent b204e9c commit d0e7b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<NetRuntime>net8.0</NetRuntime>
<XunitVersion>2.4.2</XunitVersion>
<TestSdkVersion>17.6.0</TestSdkVersion>
<AkkaVersion>1.5.27.1</AkkaVersion>
<AkkaVersion>1.5.28</AkkaVersion>
<PbmVersion>1.4.3</PbmVersion>
<AkkaHostingVersion>1.5.27</AkkaHostingVersion>
<MicrosoftExtensionsVersion>[8.0.0,)</MicrosoftExtensionsVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Akka.Cluster.Sharding" Version="1.5.27.1" />
<PackageReference Include="Akka.Cluster.Sharding" Version="1.5.28" />
<PackageReference Include="Akka.Persistence.Sql.Hosting" Version="1.5.28" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="$(MicrosoftExtensionsVersion)" />
Expand Down

0 comments on commit d0e7b20

Please sign in to comment.