From 6f3077f4416e3b41cb14bc3ac5374d79fe02e4c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:00:25 +0000 Subject: [PATCH] Bump Akka.TestKit from 1.5.30 to 1.5.32 (#150) Bumps [Akka.TestKit](https://github.com/akkadotnet/akka.net) from 1.5.30 to 1.5.32. - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.5.30...1.5.32) --- updated-dependencies: - dependency-name: Akka.TestKit 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> --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index fa63b21..67e993b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -24,7 +24,7 @@ <!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#publishrepositoryurl --> </PropertyGroup> <PropertyGroup> - <AkkaTestKitVersion>1.5.30</AkkaTestKitVersion> + <AkkaTestKitVersion>1.5.32</AkkaTestKitVersion> <MicrosoftNetTestSdkVersion>17.12.0</MicrosoftNetTestSdkVersion> <NUnit3Version>3.14.0</NUnit3Version> <NUnit4Version>4.2.2</NUnit4Version>