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.31 to 1.4.33 #296

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2022

Bumps AkkaVersion from 1.4.31 to 1.4.33.
Updates Akka from 1.4.31 to 1.4.33

Release notes

Sourced from Akka's releases.

Akka.NET v1.4.33

1.4.33 February 14 2022

Akka.NET v1.4.33 is a minor release that contains some bug fixes. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code. The most important bug fix is the actor Props memory leak when actors are cached inside Akka.Remote.

If you want to see the full set of changes made in Akka.NET v1.4.33, click here.

COMMITS LOC+ LOC- AUTHOR
63 1264 1052 Ebere Abanonu
9 221 27 Brah McDude
8 2537 24 Gregorius Soedharmo
2 4 1 Aaron Stannard
1 2 2 ignobilis

Changes:

  • 85548a305a9befe1bbbaa968b6e856d46933dadd Merge pull request #5652 from akkadotnet/dev
  • 4434f0888f5b066e335d4cdd3762aec0efde35c4 Merge branch 'master' into dev
  • ce8453b9ea6f03f477d0262c55db0cd62caed197 Update RELEASE_NOTES.md for version 1.4.33 release (#5645)
  • 39d6c1034ab6f7e9a6570263dce2a7e6a6477415 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5643)
  • 914b69b9d0204b06b843b5a9f1b95760f65a63c9 Fix Invalid cref values (#5646)
  • cf491985514d89c84597ca18c469f8453b3b275c Added one more message to the test (#5552) [ #5551, #5576 ]
  • d7bfe27981dfd6f2619b552afb587358a675d5fe slow down the test (#5641)
  • 5ecf376afff31af12cf92d71912aedc5f74295e3 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5606)
  • 6e1d417eeb72ee04f09c33295b587882421caa72 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5624)
  • c055f76936a0c3de2213c4af6817202f73d7e976 Docs: Fix unresolved base documentaion WARNINGS in Akka.DistributedData.GCounter.cs (#5625)
  • c2fe00972deda4593912262ab34a14ddaa59c8bb Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5626)
  • 076412b75920618faa3773a3f3266cc32c146bca Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5628)
  • f1da21e5966d727ae6e72b9aa2a62b5f43d62a57 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5629)
  • 0deba3ef7cf8c69ea94c985c7a65251c61c726e3 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5630)
  • c212e0e225398c004fd3799aaa327bbfad45b97e Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5631)
  • 7bedcca28fb2a4d77b0640b1f8d1a97dc630fc4f Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5632)
  • 8126b5517cf3fed0fbe2962cee77e05828e1eac1 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5633)
  • c24a3a6da3b0e177695750696474a34f2cfe2713 Intercept async detached func 5586 (#5588) [ #5586 ]
  • 74f11fdb6c9b347b30226ed52fec1a51a3e6247e Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5634)
  • dc88ac6106516811c1fb7c6c262a1a621f52e948 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5635)
  • ec1c83ad7107b5009ee223e89cded8a7c4c884f5 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5636)
  • 61f1db270fb0f419b61ed3d1b72cad15b7c68167 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5637)
  • 421eaf78e1787dd6530569f041aa778cc7d8684a Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5638)
  • d9d1c5274a629258f1dc46c71807562427f93602 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5639)
  • 4ff2c353446716899789cfda9b4c7796e7cd5d7c simplified test. i checked that it properly reproduces the issue. (#5589) [ #5537 ]
  • 7f402d9a25e995c7efdce209d4475bd16e397195 Wait for radio silence (#5578)
  • dbe7c006db7df7269cc6a0d848446192e3f33635 Fixed some invalid cref value issues (#5621)

... (truncated)

Changelog

Sourced from Akka's changelog.

1.4.33 February 14 2022

Akka.NET v1.4.33 is a minor release that contains some bug fixes. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code. The most important bug fix is the actor Props memory leak when actors are cached inside Akka.Remote.

If you want to see the full set of changes made in Akka.NET v1.4.33, click here.

COMMITS LOC+ LOC- AUTHOR
63 1264 1052 Ebere Abanonu
9 221 27 Brah McDude
8 2537 24 Gregorius Soedharmo
2 4 1 Aaron Stannard
1 2 2 ignobilis

1.4.32 January 19 2022

Akka.NET v1.4.32 is a minor release that contains some API improvements. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code. One big improvement in this version release is the Hyperion serialization update.

Hyperion 0.12.0 introduces a new deserialization security mechanism to allow users to selectively filter allowed types during deserialization to prevent deserialization of untrusted data described here. This new feature is exposed in Akka.NET in HOCON through the new akka.actor.serialization-settings.hyperion.allowed-types settings or programmatically through the new WithTypeFilter method in the HyperionSerializerSetup class.

The simplest way to programmatically describe the type filter is to use the convenience class TypeFilterBuilder:

var typeFilter = TypeFilterBuilder.Create()
    .Include<AllowedClassA>()
    .Include<AllowedClassB>()
    .Build();
var setup = HyperionSerializerSetup.Default
    .WithTypeFilter(typeFilter);

You can also create your own implementation of ITypeFilter and pass an instance of it into the WithTypeFilter method.

For complete documentation, please read the Hyperion readme on filtering types for secure deserialization.

If you want to see the full set of changes made in Akka.NET v1.4.32, click here.

COMMITS LOC+ LOC- AUTHOR
11 1752 511 Aaron Stannard
8 1433 534 Gregorius Soedharmo
3 754 222 Ismael Hamed
2 3 6 Brah McDude
2 227 124 Ebere Abanonu

... (truncated)

Commits
  • 85548a3 Merge pull request #5652 from akkadotnet/dev
  • 4434f08 Merge branch 'master' into dev
  • ce8453b Update RELEASE_NOTES.md for version 1.4.33 release (#5645)
  • 39d6c10 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx ...
  • 914b69b Fix Invalid cref values (#5646)
  • cf49198 Added one more message to the test (#5552)
  • d7bfe27 slow down the test (#5641)
  • 5ecf376 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx ...
  • 6e1d417 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx ...
  • c055f76 Docs: Fix unresolved base documentaion WARNINGS in `Akka.DistributedData.GCou...
  • Additional commits viewable in compare view

Updates Akka.Serialization.Hyperion from 1.4.31 to 1.4.33

Release notes

Sourced from Akka.Serialization.Hyperion's releases.

Akka.NET v1.4.33

1.4.33 February 14 2022

Akka.NET v1.4.33 is a minor release that contains some bug fixes. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code. The most important bug fix is the actor Props memory leak when actors are cached inside Akka.Remote.

If you want to see the full set of changes made in Akka.NET v1.4.33, click here.

COMMITS LOC+ LOC- AUTHOR
63 1264 1052 Ebere Abanonu
9 221 27 Brah McDude
8 2537 24 Gregorius Soedharmo
2 4 1 Aaron Stannard
1 2 2 ignobilis

Changes:

  • 85548a305a9befe1bbbaa968b6e856d46933dadd Merge pull request #5652 from akkadotnet/dev
  • 4434f0888f5b066e335d4cdd3762aec0efde35c4 Merge branch 'master' into dev
  • ce8453b9ea6f03f477d0262c55db0cd62caed197 Update RELEASE_NOTES.md for version 1.4.33 release (#5645)
  • 39d6c1034ab6f7e9a6570263dce2a7e6a6477415 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5643)
  • 914b69b9d0204b06b843b5a9f1b95760f65a63c9 Fix Invalid cref values (#5646)
  • cf491985514d89c84597ca18c469f8453b3b275c Added one more message to the test (#5552) [ #5551, #5576 ]
  • d7bfe27981dfd6f2619b552afb587358a675d5fe slow down the test (#5641)
  • 5ecf376afff31af12cf92d71912aedc5f74295e3 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5606)
  • 6e1d417eeb72ee04f09c33295b587882421caa72 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5624)
  • c055f76936a0c3de2213c4af6817202f73d7e976 Docs: Fix unresolved base documentaion WARNINGS in Akka.DistributedData.GCounter.cs (#5625)
  • c2fe00972deda4593912262ab34a14ddaa59c8bb Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5626)
  • 076412b75920618faa3773a3f3266cc32c146bca Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5628)
  • f1da21e5966d727ae6e72b9aa2a62b5f43d62a57 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5629)
  • 0deba3ef7cf8c69ea94c985c7a65251c61c726e3 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5630)
  • c212e0e225398c004fd3799aaa327bbfad45b97e Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5631)
  • 7bedcca28fb2a4d77b0640b1f8d1a97dc630fc4f Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5632)
  • 8126b5517cf3fed0fbe2962cee77e05828e1eac1 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5633)
  • c24a3a6da3b0e177695750696474a34f2cfe2713 Intercept async detached func 5586 (#5588) [ #5586 ]
  • 74f11fdb6c9b347b30226ed52fec1a51a3e6247e Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5634)
  • dc88ac6106516811c1fb7c6c262a1a621f52e948 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5635)
  • ec1c83ad7107b5009ee223e89cded8a7c4c884f5 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5636)
  • 61f1db270fb0f419b61ed3d1b72cad15b7c68167 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5637)
  • 421eaf78e1787dd6530569f041aa778cc7d8684a Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5638)
  • d9d1c5274a629258f1dc46c71807562427f93602 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5639)
  • 4ff2c353446716899789cfda9b4c7796e7cd5d7c simplified test. i checked that it properly reproduces the issue. (#5589) [ #5537 ]
  • 7f402d9a25e995c7efdce209d4475bd16e397195 Wait for radio silence (#5578)
  • dbe7c006db7df7269cc6a0d848446192e3f33635 Fixed some invalid cref value issues (#5621)

... (truncated)

Changelog

Sourced from Akka.Serialization.Hyperion's changelog.

1.4.33 February 14 2022

Akka.NET v1.4.33 is a minor release that contains some bug fixes. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code. The most important bug fix is the actor Props memory leak when actors are cached inside Akka.Remote.

If you want to see the full set of changes made in Akka.NET v1.4.33, click here.

COMMITS LOC+ LOC- AUTHOR
63 1264 1052 Ebere Abanonu
9 221 27 Brah McDude
8 2537 24 Gregorius Soedharmo
2 4 1 Aaron Stannard
1 2 2 ignobilis

1.4.32 January 19 2022

Akka.NET v1.4.32 is a minor release that contains some API improvements. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code. One big improvement in this version release is the Hyperion serialization update.

Hyperion 0.12.0 introduces a new deserialization security mechanism to allow users to selectively filter allowed types during deserialization to prevent deserialization of untrusted data described here. This new feature is exposed in Akka.NET in HOCON through the new akka.actor.serialization-settings.hyperion.allowed-types settings or programmatically through the new WithTypeFilter method in the HyperionSerializerSetup class.

The simplest way to programmatically describe the type filter is to use the convenience class TypeFilterBuilder:

var typeFilter = TypeFilterBuilder.Create()
    .Include<AllowedClassA>()
    .Include<AllowedClassB>()
    .Build();
var setup = HyperionSerializerSetup.Default
    .WithTypeFilter(typeFilter);

You can also create your own implementation of ITypeFilter and pass an instance of it into the WithTypeFilter method.

For complete documentation, please read the Hyperion readme on filtering types for secure deserialization.

If you want to see the full set of changes made in Akka.NET v1.4.32, click here.

COMMITS LOC+ LOC- AUTHOR
11 1752 511 Aaron Stannard
8 1433 534 Gregorius Soedharmo
3 754 222 Ismael Hamed
2 3 6 Brah McDude
2 227 124 Ebere Abanonu

... (truncated)

Commits
  • 85548a3 Merge pull request #5652 from akkadotnet/dev
  • 4434f08 Merge branch 'master' into dev
  • ce8453b Update RELEASE_NOTES.md for version 1.4.33 release (#5645)
  • 39d6c10 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx ...
  • 914b69b Fix Invalid cref values (#5646)
  • cf49198 Added one more message to the test (#5552)
  • d7bfe27 slow down the test (#5641)
  • 5ecf376 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx ...
  • 6e1d417 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx ...
  • c055f76 Docs: Fix unresolved base documentaion WARNINGS in `Akka.DistributedData.GCou...
  • Additional commits viewable in compare view

Updates Akka.TestKit.Xunit2 from 1.4.31 to 1.4.33

Release notes

Sourced from Akka.TestKit.Xunit2's releases.

Akka.NET v1.4.33

1.4.33 February 14 2022

Akka.NET v1.4.33 is a minor release that contains some bug fixes. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code. The most important bug fix is the actor Props memory leak when actors are cached inside Akka.Remote.

If you want to see the full set of changes made in Akka.NET v1.4.33, click here.

COMMITS LOC+ LOC- AUTHOR
63 1264 1052 Ebere Abanonu
9 221 27 Brah McDude
8 2537 24 Gregorius Soedharmo
2 4 1 Aaron Stannard
1 2 2 ignobilis

Changes:

  • 85548a305a9befe1bbbaa968b6e856d46933dadd Merge pull request #5652 from akkadotnet/dev
  • 4434f0888f5b066e335d4cdd3762aec0efde35c4 Merge branch 'master' into dev
  • ce8453b9ea6f03f477d0262c55db0cd62caed197 Update RELEASE_NOTES.md for version 1.4.33 release (#5645)
  • 39d6c1034ab6f7e9a6570263dce2a7e6a6477415 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5643)
  • 914b69b9d0204b06b843b5a9f1b95760f65a63c9 Fix Invalid cref values (#5646)
  • cf491985514d89c84597ca18c469f8453b3b275c Added one more message to the test (#5552) [ #5551, #5576 ]
  • d7bfe27981dfd6f2619b552afb587358a675d5fe slow down the test (#5641)
  • 5ecf376afff31af12cf92d71912aedc5f74295e3 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5606)
  • 6e1d417eeb72ee04f09c33295b587882421caa72 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5624)
  • c055f76936a0c3de2213c4af6817202f73d7e976 Docs: Fix unresolved base documentaion WARNINGS in Akka.DistributedData.GCounter.cs (#5625)
  • c2fe00972deda4593912262ab34a14ddaa59c8bb Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5626)
  • 076412b75920618faa3773a3f3266cc32c146bca Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5628)
  • f1da21e5966d727ae6e72b9aa2a62b5f43d62a57 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5629)
  • 0deba3ef7cf8c69ea94c985c7a65251c61c726e3 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5630)
  • c212e0e225398c004fd3799aaa327bbfad45b97e Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5631)
  • 7bedcca28fb2a4d77b0640b1f8d1a97dc630fc4f Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5632)
  • 8126b5517cf3fed0fbe2962cee77e05828e1eac1 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5633)
  • c24a3a6da3b0e177695750696474a34f2cfe2713 Intercept async detached func 5586 (#5588) [ #5586 ]
  • 74f11fdb6c9b347b30226ed52fec1a51a3e6247e Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5634)
  • dc88ac6106516811c1fb7c6c262a1a621f52e948 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5635)
  • ec1c83ad7107b5009ee223e89cded8a7c4c884f5 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5636)
  • 61f1db270fb0f419b61ed3d1b72cad15b7c68167 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5637)
  • 421eaf78e1787dd6530569f041aa778cc7d8684a Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5638)
  • d9d1c5274a629258f1dc46c71807562427f93602 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx (#5639)
  • 4ff2c353446716899789cfda9b4c7796e7cd5d7c simplified test. i checked that it properly reproduces the issue. (#5589) [ #5537 ]
  • 7f402d9a25e995c7efdce209d4475bd16e397195 Wait for radio silence (#5578)
  • dbe7c006db7df7269cc6a0d848446192e3f33635 Fixed some invalid cref value issues (#5621)

... (truncated)

Changelog

Sourced from Akka.TestKit.Xunit2's changelog.

1.4.33 February 14 2022

Akka.NET v1.4.33 is a minor release that contains some bug fixes. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code. The most important bug fix is the actor Props memory leak when actors are cached inside Akka.Remote.

If you want to see the full set of changes made in Akka.NET v1.4.33, click here.

COMMITS LOC+ LOC- AUTHOR
63 1264 1052 Ebere Abanonu
9 221 27 Brah McDude
8 2537 24 Gregorius Soedharmo
2 4 1 Aaron Stannard
1 2 2 ignobilis

1.4.32 January 19 2022

Akka.NET v1.4.32 is a minor release that contains some API improvements. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code. One big improvement in this version release is the Hyperion serialization update.

Hyperion 0.12.0 introduces a new deserialization security mechanism to allow users to selectively filter allowed types during deserialization to prevent deserialization of untrusted data described here. This new feature is exposed in Akka.NET in HOCON through the new akka.actor.serialization-settings.hyperion.allowed-types settings or programmatically through the new WithTypeFilter method in the HyperionSerializerSetup class.

The simplest way to programmatically describe the type filter is to use the convenience class TypeFilterBuilder:

var typeFilter = TypeFilterBuilder.Create()
    .Include<AllowedClassA>()
    .Include<AllowedClassB>()
    .Build();
var setup = HyperionSerializerSetup.Default
    .WithTypeFilter(typeFilter);

You can also create your own implementation of ITypeFilter and pass an instance of it into the WithTypeFilter method.

For complete documentation, please read the Hyperion readme on filtering types for secure deserialization.

If you want to see the full set of changes made in Akka.NET v1.4.32, click here.

COMMITS LOC+ LOC- AUTHOR
11 1752 511 Aaron Stannard
8 1433 534 Gregorius Soedharmo
3 754 222 Ismael Hamed
2 3 6 Brah McDude
2 227 124 Ebere Abanonu

... (truncated)

Commits
  • 85548a3 Merge pull request #5652 from akkadotnet/dev
  • 4434f08 Merge branch 'master' into dev
  • ce8453b Update RELEASE_NOTES.md for version 1.4.33 release (#5645)
  • 39d6c10 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx ...
  • 914b69b Fix Invalid cref values (#5646)
  • cf49198 Added one more message to the test (#5552)
  • d7bfe27 slow down the test (#5641)
  • 5ecf376 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx ...
  • 6e1d417 Remove 'inheritdoc` from overriden members that can not be resolved by DocFx ...
  • c055f76 Docs: Fix unresolved base documentaion WARNINGS in `Akka.DistributedData.GCou...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `AkkaVersion` from 1.4.31 to 1.4.33.

Updates `Akka` from 1.4.31 to 1.4.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.4.31...1.4.33)

Updates `Akka.Serialization.Hyperion` from 1.4.31 to 1.4.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.4.31...1.4.33)

Updates `Akka.TestKit.Xunit2` from 1.4.31 to 1.4.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.4.31...1.4.33)

---
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.TestKit.Xunit2
  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 Feb 14, 2022
@Aaronontheweb Aaronontheweb merged commit 6317c96 into dev Feb 15, 2022
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/AkkaVersion-1.4.33 branch February 15, 2022 23:11
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