Skip to content

Commit

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

---
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 Jan 2, 2025
1 parent 5709d28 commit ff7cf59
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.31</AkkaVersion>
<AkkaVersion>1.5.33</AkkaVersion>
<PbmVersion>1.4.3</PbmVersion>
<AkkaHostingVersion>1.5.28</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.31" />
<PackageReference Include="Akka.Cluster.Sharding" Version="1.5.33" />
<PackageReference Include="Akka.Persistence.Sql.Hosting" Version="1.5.30" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="$(MicrosoftExtensionsVersion)" />
Expand Down

0 comments on commit ff7cf59

Please sign in to comment.