Skip to content

Commit

Permalink
build(deps): bump AkkaVersion from 1.5.12 to 1.5.13 (#321)
Browse files Browse the repository at this point in the history
Bumps `AkkaVersion` from 1.5.12 to 1.5.13.

Updates `Akka` from 1.5.12 to 1.5.13
- [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.12...1.5.13)

Updates `Akka.Serialization.Hyperion` from 1.5.12 to 1.5.13
- [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.12...1.5.13)

Updates `Akka.Persistence.Query` from 1.5.12 to 1.5.13
- [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.12...1.5.13)

Updates `Akka.Streams` from 1.5.12 to 1.5.13
- [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.12...1.5.13)

Updates `Akka.Cluster.Sharding` from 1.5.12 to 1.5.13
- [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.12...1.5.13)

Updates `Akka.Persistence.TCK` from 1.5.12 to 1.5.13
- [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.12...1.5.13)

Updates `Akka.Persistence.TestKit` from 1.5.12 to 1.5.13
- [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.12...1.5.13)

Updates `Akka.Persistence` from 1.5.12 to 1.5.13
- [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.12...1.5.13)

---
updated-dependencies:
- dependency-name: Akka
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Serialization.Hyperion
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Persistence.Query
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Streams
  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
- dependency-name: Akka.Persistence.TCK
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Persistence.TestKit
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Persistence
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] authored Sep 20, 2023
1 parent e0bc1d3 commit 6ffa405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
<NetCoreTestVersion>net7.0</NetCoreTestVersion>

<AkkaVersion>1.5.12</AkkaVersion>
<AkkaVersion>1.5.13</AkkaVersion>
<AkkaHostingVersion>1.5.12.1</AkkaHostingVersion>

<Linq2DbVersion>5.1.1</Linq2DbVersion>
Expand Down

0 comments on commit 6ffa405

Please sign in to comment.