Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump AkkaVersion from 1.4.45 to 1.4.46 #228

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2022

Bumps AkkaVersion from 1.4.45 to 1.4.46.
Updates Akka from 1.4.45 to 1.4.46

Release notes

Sourced from Akka's releases.

Akka.NET v1.4.46

1.4.46 November 15th 2022

Akka.NET v1.4.46 is a security patch for Akka.NET v1.4.45 but also includes some other fixes.

Security Advisory: Akka.NET v1.4.45 and earlier depend on an old System.Configuration.ConfigurationManager version 4.7.0 which transitively depends on System.Common.Drawing v4.7.0. The System.Common.Drawing v4.7.0 is affected by a remote code execution vulnerability GHSA-ghhp-997w-qr28.

We have separately created a security advisory for Akka.NET Versions < 1.4.46 and < 1.5.0-alpha3 to track this issue.

Fixes and Updates

You can see the full set of tracked issues for Akka.NET v1.4.46 here.

Changes:

  • 44d380826fdf4adf53cd34339f33842fccccf87e added v1.4.46 release notes (#6255)
  • 2b85598bc3121abe6bbd50f8caac369a77e46f9f Upgrade to Newtonsoft.Json 13.0.1 as minimum version (#6230) (#6252)
  • d6ba97a9108c60a0eb96316abedaab8528310e52 (cherry-picked from 94756d644d7bb1ae6e3b591222176d7a189205da) (#6253)
  • e94913cabd222f478dc2d4849667f82f2c8ae781 Make transport adapter messages public (#6250)
  • eeb156c649b2f6e55a0016c2e19ba1c2616fe308 [BACKPORT #6221] Report cause for Akka/IO TCP CommandFailed events (#6224) [ #22954 ]
  • dca908baf06d91f4c424af9c116a0d5f07b30054 Improve Akka.Cluster.Metrics collected values (#6203)
  • 61df6fca040f3df61e4229cf4513397594dae20e Separate wire protocol from internal models (#6206)
  • 9f84438ca4a04efb34b8f5a20ff1dc8c020a256b Make sure that DeadLetters published by DistributedPubSubMediator contain full context of topic (#6209)

This list of changes was auto generated.

Changelog

Sourced from Akka's changelog.

1.5.0-alpha3 November 15th 2022

Akka.NET v1.5.0-alpha3 is a security patch for Akka.NET v1.5.0-alpha2 but also includes some other fixes.

Security Advisory: Akka.NET v1.5.0-alpha2 and earlier depend on an old System.Configuration.ConfigurationManager version 4.7.0 which transitively depends on System.Common.Drawing v4.7.0. The System.Common.Drawing v4.7.0 is affected by a remote code execution vulnerability GHSA-ghhp-997w-qr28.

We have separately created a security advisory for Akka.NET Versions < 1.4.46 and < 1.5.0-alpha3 to track this issue.

Fixes and Updates

You can see the full set of tracked issues for Akka.NET v1.5.0 here.

1.5.0-alpha2 October 17th 2022

Akka.NET v1.5.0-alpha2 is a maintenance release for Akka.NET v1.5 that contains numerous performance improvements in critical areas, including core actor message processing and Akka.Remote.

Performance Fixes

In sum you should expect to see total memory consumption, garbage collection, and throughput improve when you upgrade to Akka.NET v1.5.0-alpha2.

Other Features and Improvements

1.5.0-alpha1 August 22 2022

Akka.NET v1.5.0-alpha1 is a major release that contains a lot of code improvement and rewrites/refactors. Major upgrades to Akka.Cluster.Sharding in particular.

Deprecation

Some codes and packages are being deprecated in v1.5

... (truncated)

Commits
  • 44d3808 added v1.4.46 release notes (#6255)
  • 2b85598 Upgrade to Newtonsoft.Json 13.0.1 as minimum version (#6230) (#6252)
  • d6ba97a (cherry-picked from 94756d644d7bb1ae6e3b591222176d7a189205da) (#6253)
  • e94913c Make transport adapter messages public (#6250)
  • eeb156c [BACKPORT #6221] Report cause for Akka/IO TCP CommandFailed events (#6224)
  • dca908b Improve Akka.Cluster.Metrics collected values (#6203)
  • 61df6fc Separate wire protocol from internal models (#6206)
  • 9f84438 Make sure that DeadLetters published by DistributedPubSubMediator contain...
  • See full diff in compare view

Updates Akka.Persistence from 1.4.45 to 1.4.46

Release notes

Sourced from Akka.Persistence's releases.

Akka.NET v1.4.46

1.4.46 November 15th 2022

Akka.NET v1.4.46 is a security patch for Akka.NET v1.4.45 but also includes some other fixes.

Security Advisory: Akka.NET v1.4.45 and earlier depend on an old System.Configuration.ConfigurationManager version 4.7.0 which transitively depends on System.Common.Drawing v4.7.0. The System.Common.Drawing v4.7.0 is affected by a remote code execution vulnerability GHSA-ghhp-997w-qr28.

We have separately created a security advisory for Akka.NET Versions < 1.4.46 and < 1.5.0-alpha3 to track this issue.

Fixes and Updates

You can see the full set of tracked issues for Akka.NET v1.4.46 here.

Changes:

  • 44d380826fdf4adf53cd34339f33842fccccf87e added v1.4.46 release notes (#6255)
  • 2b85598bc3121abe6bbd50f8caac369a77e46f9f Upgrade to Newtonsoft.Json 13.0.1 as minimum version (#6230) (#6252)
  • d6ba97a9108c60a0eb96316abedaab8528310e52 (cherry-picked from 94756d644d7bb1ae6e3b591222176d7a189205da) (#6253)
  • e94913cabd222f478dc2d4849667f82f2c8ae781 Make transport adapter messages public (#6250)
  • eeb156c649b2f6e55a0016c2e19ba1c2616fe308 [BACKPORT #6221] Report cause for Akka/IO TCP CommandFailed events (#6224) [ #22954 ]
  • dca908baf06d91f4c424af9c116a0d5f07b30054 Improve Akka.Cluster.Metrics collected values (#6203)
  • 61df6fca040f3df61e4229cf4513397594dae20e Separate wire protocol from internal models (#6206)
  • 9f84438ca4a04efb34b8f5a20ff1dc8c020a256b Make sure that DeadLetters published by DistributedPubSubMediator contain full context of topic (#6209)

This list of changes was auto generated.

Changelog

Sourced from Akka.Persistence's changelog.

1.5.0-alpha3 November 15th 2022

Akka.NET v1.5.0-alpha3 is a security patch for Akka.NET v1.5.0-alpha2 but also includes some other fixes.

Security Advisory: Akka.NET v1.5.0-alpha2 and earlier depend on an old System.Configuration.ConfigurationManager version 4.7.0 which transitively depends on System.Common.Drawing v4.7.0. The System.Common.Drawing v4.7.0 is affected by a remote code execution vulnerability GHSA-ghhp-997w-qr28.

We have separately created a security advisory for Akka.NET Versions < 1.4.46 and < 1.5.0-alpha3 to track this issue.

Fixes and Updates

You can see the full set of tracked issues for Akka.NET v1.5.0 here.

1.5.0-alpha2 October 17th 2022

Akka.NET v1.5.0-alpha2 is a maintenance release for Akka.NET v1.5 that contains numerous performance improvements in critical areas, including core actor message processing and Akka.Remote.

Performance Fixes

In sum you should expect to see total memory consumption, garbage collection, and throughput improve when you upgrade to Akka.NET v1.5.0-alpha2.

Other Features and Improvements

1.5.0-alpha1 August 22 2022

Akka.NET v1.5.0-alpha1 is a major release that contains a lot of code improvement and rewrites/refactors. Major upgrades to Akka.Cluster.Sharding in particular.

Deprecation

Some codes and packages are being deprecated in v1.5

... (truncated)

Commits
  • 44d3808 added v1.4.46 release notes (#6255)
  • 2b85598 Upgrade to Newtonsoft.Json 13.0.1 as minimum version (#6230) (#6252)
  • d6ba97a (cherry-picked from 94756d644d7bb1ae6e3b591222176d7a189205da) (#6253)
  • e94913c Make transport adapter messages public (#6250)
  • eeb156c [BACKPORT #6221] Report cause for Akka/IO TCP CommandFailed events (#6224)
  • dca908b Improve Akka.Cluster.Metrics collected values (#6203)
  • 61df6fc Separate wire protocol from internal models (#6206)
  • 9f84438 Make sure that DeadLetters published by DistributedPubSubMediator contain...
  • See full diff in compare view

Updates Akka.Persistence.Query from 1.4.45 to 1.4.46

Release notes

Sourced from Akka.Persistence.Query's releases.

Akka.NET v1.4.46

1.4.46 November 15th 2022

Akka.NET v1.4.46 is a security patch for Akka.NET v1.4.45 but also includes some other fixes.

Security Advisory: Akka.NET v1.4.45 and earlier depend on an old System.Configuration.ConfigurationManager version 4.7.0 which transitively depends on System.Common.Drawing v4.7.0. The System.Common.Drawing v4.7.0 is affected by a remote code execution vulnerability GHSA-ghhp-997w-qr28.

We have separately created a security advisory for Akka.NET Versions < 1.4.46 and < 1.5.0-alpha3 to track this issue.

Fixes and Updates

You can see the full set of tracked issues for Akka.NET v1.4.46 here.

Changes:

  • 44d380826fdf4adf53cd34339f33842fccccf87e added v1.4.46 release notes (#6255)
  • 2b85598bc3121abe6bbd50f8caac369a77e46f9f Upgrade to Newtonsoft.Json 13.0.1 as minimum version (#6230) (#6252)
  • d6ba97a9108c60a0eb96316abedaab8528310e52 (cherry-picked from 94756d644d7bb1ae6e3b591222176d7a189205da) (#6253)
  • e94913cabd222f478dc2d4849667f82f2c8ae781 Make transport adapter messages public (#6250)
  • eeb156c649b2f6e55a0016c2e19ba1c2616fe308 [BACKPORT #6221] Report cause for Akka/IO TCP CommandFailed events (#6224) [ #22954 ]
  • dca908baf06d91f4c424af9c116a0d5f07b30054 Improve Akka.Cluster.Metrics collected values (#6203)
  • 61df6fca040f3df61e4229cf4513397594dae20e Separate wire protocol from internal models (#6206)
  • 9f84438ca4a04efb34b8f5a20ff1dc8c020a256b Make sure that DeadLetters published by DistributedPubSubMediator contain full context of topic (#6209)

This list of changes was auto generated.

Changelog

Sourced from Akka.Persistence.Query's changelog.

1.5.0-alpha3 November 15th 2022

Akka.NET v1.5.0-alpha3 is a security patch for Akka.NET v1.5.0-alpha2 but also includes some other fixes.

Security Advisory: Akka.NET v1.5.0-alpha2 and earlier depend on an old System.Configuration.ConfigurationManager version 4.7.0 which transitively depends on System.Common.Drawing v4.7.0. The System.Common.Drawing v4.7.0 is affected by a remote code execution vulnerability GHSA-ghhp-997w-qr28.

We have separately created a security advisory for Akka.NET Versions < 1.4.46 and < 1.5.0-alpha3 to track this issue.

Fixes and Updates

You can see the full set of tracked issues for Akka.NET v1.5.0 here.

1.5.0-alpha2 October 17th 2022

Akka.NET v1.5.0-alpha2 is a maintenance release for Akka.NET v1.5 that contains numerous performance improvements in critical areas, including core actor message processing and Akka.Remote.

Performance Fixes

In sum you should expect to see total memory consumption, garbage collection, and throughput improve when you upgrade to Akka.NET v1.5.0-alpha2.

Other Features and Improvements

1.5.0-alpha1 August 22 2022

Akka.NET v1.5.0-alpha1 is a major release that contains a lot of code improvement and rewrites/refactors. Major upgrades to Akka.Cluster.Sharding in particular.

Deprecation

Some codes and packages are being deprecated in v1.5

... (truncated)

Commits
  • 44d3808 added v1.4.46 release notes (#6255)
  • 2b85598 Upgrade to Newtonsoft.Json 13.0.1 as minimum version (#6230) (#6252)
  • d6ba97a (cherry-picked from 94756d644d7bb1ae6e3b591222176d7a189205da) (#6253)
  • e94913c Make transport adapter messages public (#6250)
  • eeb156c [BACKPORT #6221] Report cause for Akka/IO TCP CommandFailed events (#6224)
  • dca908b Improve Akka.Cluster.Metrics collected values (#6203)
  • 61df6fc Separate wire protocol from internal models (#6206)
  • 9f84438 Make sure that DeadLetters published by DistributedPubSubMediator contain...
  • See full diff in compare view

Updates Akka.Streams from 1.4.45 to 1.4.46

Release notes

Sourced from Akka.Streams's releases.

Akka.NET v1.4.46

1.4.46 November 15th 2022

Akka.NET v1.4.46 is a security patch for Akka.NET v1.4.45 but also includes some other fixes.

Security Advisory: Akka.NET v1.4.45 and earlier depend on an old System.Configuration.ConfigurationManager version 4.7.0 which transitively depends on System.Common.Drawing v4.7.0. The System.Common.Drawing v4.7.0 is affected by a remote code execution vulnerability GHSA-ghhp-997w-qr28.

We have separately created a security advisory for Akka.NET Versions < 1.4.46 and < 1.5.0-alpha3 to track this issue.

Fixes and Updates

You can see the full set of tracked issues for Akka.NET v1.4.46 here.

Changes:

  • 44d380826fdf4adf53cd34339f33842fccccf87e added v1.4.46 release notes (#6255)
  • 2b85598bc3121abe6bbd50f8caac369a77e46f9f Upgrade to Newtonsoft.Json 13.0.1 as minimum version (#6230) (#6252)
  • d6ba97a9108c60a0eb96316abedaab8528310e52 (cherry-picked from 94756d644d7bb1ae6e3b591222176d7a189205da) (#6253)
  • e94913cabd222f478dc2d4849667f82f2c8ae781 Make transport adapter messages public (#6250)
  • eeb156c649b2f6e55a0016c2e19ba1c2616fe308 [BACKPORT #6221] Report cause for Akka/IO TCP CommandFailed events (#6224) [ #22954 ]
  • dca908baf06d91f4c424af9c116a0d5f07b30054 Improve Akka.Cluster.Metrics collected values (#6203)
  • 61df6fca040f3df61e4229cf4513397594dae20e Separate wire protocol from internal models (#6206)
  • 9f84438ca4a04efb34b8f5a20ff1dc8c020a256b Make sure that DeadLetters published by DistributedPubSubMediator contain full context of topic (#6209)

This list of changes was auto generated.

Changelog

Sourced from Akka.Streams's changelog.

1.5.0-alpha3 November 15th 2022

Akka.NET v1.5.0-alpha3 is a security patch for Akka.NET v1.5.0-alpha2 but also includes some other fixes.

Security Advisory: Akka.NET v1.5.0-alpha2 and earlier depend on an old System.Configuration.ConfigurationManager version 4.7.0 which transitively depends on System.Common.Drawing v4.7.0. The System.Common.Drawing v4.7.0 is affected by a remote code execution vulnerability GHSA-ghhp-997w-qr28.

We have separately created a security advisory for Akka.NET Versions < 1.4.46 and < 1.5.0-alpha3 to track this issue.

Fixes and Updates

You can see the full set of tracked issues for Akka.NET v1.5.0 here.

1.5.0-alpha2 October 17th 2022

Akka.NET v1.5.0-alpha2 is a maintenance release for Akka.NET v1.5 that contains numerous performance improvements in critical areas, including core actor message processing and Akka.Remote.

Performance Fixes

In sum you should expect to see total memory consumption, garbage collection, and throughput improve when you upgrade to Akka.NET v1.5.0-alpha2.

Other Features and Improvements

1.5.0-alpha1 August 22 2022

Akka.NET v1.5.0-alpha1 is a major release that contains a lot of code improvement and rewrites/refactors. Major upgrades to Akka.Cluster.Sharding in particular.

Deprecation

Some codes and packages are being deprecated in v1.5

... (truncated)

Commits
  • 44d3808 added v1.4.46 release notes (#6255)
  • 2b85598 Upgrade to Newtonsoft.Json 13.0.1 as minimum version (#6230) (#6252)
  • d6ba97a (cherry-picked from 94756d644d7bb1ae6e3b591222176d7a189205da) (#6253)
  • e94913c Make transport adapter messages public (#6250)
  • eeb156c [BACKPORT #6221] Report cause for Akka/IO TCP CommandFailed events (#6224)
  • dca908b Improve Akka.Cluster.Metrics collected values (#6203)
  • 61df6fc Separate wire protocol from internal models (#6206)
  • 9f84438 Make sure that DeadLetters published by DistributedPubSubMediator contain...
  • See full diff in compare view

Updates Akka.Cluster.Sharding from 1.4.45 to 1.4.46

Release notes

Sourced from Akka.Cluster.Sharding's releases.

Akka.NET v1.4.46

1.4.46 November 15th 2022

Akka.NET v1.4.46 is a security patch for Akka.NET v1.4.45 but also includes some other fixes.

Security Advisory: Akka.NET v1.4.45 and earlier depend on an old System.Configuration.ConfigurationManager version 4.7.0 which transitively depends on System.Common.Drawing v4.7.0. The System.Common.Drawing v4.7.0 is affected by a remote code execution vulnerability GHSA-ghhp-997w-qr28.

We have separately created a security advisory for Akka.NET Versions < 1.4.46 and < 1.5.0-alpha3 to track this issue.

Fixes and Updates

You can see the full set of tracked issues for Akka.NET v1.4.46 here.

Changes:

  • 44d380826fdf4adf53cd34339f33842fccccf87e added v1.4.46 release notes (#6255)
  • 2b85598bc3121abe6bbd50f8caac369a77e46f9f Upgrade to Newtonsoft.Json 13.0.1 as minimum version (#6230) (#6252)
  • d6ba97a9108c60a0eb96316abedaab8528310e52 (cherry-picked from 94756d644d7bb1ae6e3b591222176d7a189205da) (#6253)
  • e94913cabd222f478dc2d4849667f82f2c8ae781 Make transport adapter messages public (#6250)
  • eeb156c649b2f6e55a0016c2e19ba1c2616fe308 [BACKPORT #6221] Report cause for Akka/IO TCP CommandFailed events (#6224) [ #22954 ]
  • dca908baf06d91f4c424af9c116a0d5f07b30054 Improve Akka.Cluster.Metrics collected values (#6203)
  • 61df6fca040f3df61e4229cf4513397594dae20e Separate wire protocol from internal models (#6206)
  • 9f84438ca4a04efb34b8f5a20ff1dc8c020a256b Make sure that DeadLetters published by DistributedPubSubMediator contain full context of topic (#6209)

This list of changes was auto generated.

Changelog

Sourced from Akka.Cluster.Sharding's changelog.

1.5.0-alpha3 November 15th 2022

Akka.NET v1.5.0-alpha3 is a security patch for Akka.NET v1.5.0-alpha2 but also includes some other fixes.

Security Advisory: Akka.NET v1.5.0-alpha2 and earlier depend on an old System.Configuration.ConfigurationManager version 4.7.0 which transitively depends on System.Common.Drawing v4.7.0. The System.Common.Drawing v4.7.0 is affected by a remote code execution vulnerability GHSA-ghhp-997w-qr28.

We have separately created a security advisory for Akka.NET Versions < 1.4.46 and < 1.5.0-alpha3 to track this issue.

Fixes and Updates

You can see the full set of tracked issues for Akka.NET v1.5.0 here.

1.5.0-alpha2 October 17th 2022

Akka.NET v1.5.0-alpha2 is a maintenance release for Akka.NET v1.5 that contains numerous performance improvements in critical areas, including core actor message processing and Akka.Remote.

Performance Fixes

In sum you should expect to see total memory consumption, garbage collection, and throughput improve when you upgrade to Akka.NET v1.5.0-alpha2.

Other Features and Improvements

1.5.0-alpha1 August 22 2022

Akka.NET v1.5.0-alpha1 is a major release that contains a lot of code improvement and rewrites/refactors. Major upgrades to Akka.Cluster.Sharding in particular.

Deprecation

Some codes and packages are being deprecated in v1.5

... (truncated)

Commits
  • 44d3808 added v1.4.46 release notes (#6255)
  • 2b85598 Upgrade to Newtonsoft.Json 13.0.1 as minimum version (#6230) (#6252)
  • d6ba97a (cherry-picked from 94756d644d7bb1ae6e3b591222176d7a189205da) (#6253)
  • e94913c Make transport adapter messages public (#6250)
  • eeb156c [BACKPORT #6221] Report cause for Akka/IO TCP CommandFailed events (#6224)
  • dca908b Improve Akka.Cluster.Metrics collected values (#6203)
  • 61df6fc Separate wire protocol from internal models (#6206)
  • 9f84438 Make sure that DeadLetters published by DistributedPubSubMediator contain...
  • See full diff in compare view

Updates Akka.TestKit from 1.4.45 to 1.4.46

Release notes

Sourced from Akka.TestKit's releases.

Akka.NET v1.4.46

1.4.46 November 15th 2022

Akka.NET v1.4.46 is a security patch for Akka.NET v1.4.45 but also includes some other fixes.

Security Advisory: Akka.NET v1.4.45 and earlier depend on an old System.Configuration.ConfigurationManager version 4.7.0 which transitively depends on System.Common.Drawing v4.7.0. The System.Common.Drawing v4.7.0 is affected by a remote code execution vulnerability GHSA-ghhp-997w-qr28.

We have separately created a security advisory for Akka.NET Versions < 1.4.46 and < 1.5.0-alpha3 to track this issue.

Fixes and Updates

You can see the full set of tracked issues for Akka.NET v1.4.46 here.

Changes:

  • 44d380826fdf4adf53cd34339f33842fccccf87e added v1.4.46 release notes (#6255)
  • 2b85598bc3121abe6bbd50f8caac369a77e46f9f Upgrade to Newtonsoft.Json 13.0.1 as minimum version (#6230) (#6252)
  • d6ba97a9108c60a0eb96316abedaab8528310e52 (cherry-picked from 94756d644d7bb1ae6e3b591222176d7a189205da) (#6253)
  • e94913cabd222f478dc2d4849667f82f2c8ae781 Make transport adapter messages public (#6250)
  • eeb156c649b2f6e55a0016c2e19ba1c2616fe308 [BACKPORT #6221] Report cause for Akka/IO TCP CommandFailed events (#6224) [ #22954 ]
  • dca908baf06d91f4c424af9c116a0d5f07b30054 Improve Akka.Cluster.Metrics collected values (

Bumps `AkkaVersion` from 1.4.45 to 1.4.46.

Updates `Akka` from 1.4.45 to 1.4.46
- [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.4.45...1.4.46)

Updates `Akka.Persistence` from 1.4.45 to 1.4.46
- [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.4.45...1.4.46)

Updates `Akka.Persistence.Query` from 1.4.45 to 1.4.46
- [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.4.45...1.4.46)

Updates `Akka.Streams` from 1.4.45 to 1.4.46
- [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.4.45...1.4.46)

Updates `Akka.Cluster.Sharding` from 1.4.45 to 1.4.46
- [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.4.45...1.4.46)

Updates `Akka.TestKit` from 1.4.45 to 1.4.46
- [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.4.45...1.4.46)

Updates `Akka.Persistence.TCK` from 1.4.45 to 1.4.46
- [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.4.45...1.4.46)

Updates `Akka.TestKit.Xunit2` from 1.4.45 to 1.4.46
- [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.4.45...1.4.46)

Updates `Akka.Streams.TestKit` from 1.4.45 to 1.4.46
- [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.4.45...1.4.46)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 16, 2022
@Aaronontheweb Aaronontheweb merged commit d72de91 into dev Nov 16, 2022
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/AkkaVersion-1.4.46 branch November 16, 2022 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant