Skip to content

Commit f455f34

Browse files
Bump Akka.Cluster.Sharding in /src/clustering/sharding-sqlserver (#258)
Bumps [Akka.Cluster.Sharding](https://github.com/akkadotnet/akka.net) from 1.5.35 to 1.5.39. - [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.35...1.5.39) --- 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>
1 parent 9b8182e commit f455f34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<NetRuntime>net8.0</NetRuntime>
1717
<XunitVersion>2.4.2</XunitVersion>
1818
<TestSdkVersion>17.6.0</TestSdkVersion>
19-
<AkkaVersion>1.5.35</AkkaVersion>
19+
<AkkaVersion>1.5.39</AkkaVersion>
2020
<PbmVersion>1.4.3</PbmVersion>
2121
<AkkaHostingVersion>1.5.28</AkkaHostingVersion>
2222
<MicrosoftExtensionsVersion>[8.0.0,)</MicrosoftExtensionsVersion>

src/clustering/sharding-sqlserver/SqlSharding.Sql.Host/SqlSharding.Sql.Host.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Akka.Cluster.Sharding" Version="1.5.35" />
16+
<PackageReference Include="Akka.Cluster.Sharding" Version="1.5.39" />
1717
<PackageReference Include="Akka.Persistence.Sql.Hosting" Version="1.5.30" />
1818
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
1919
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="$(MicrosoftExtensionsVersion)" />

0 commit comments

Comments
 (0)