From 3bd5de38799b3868a9609da50f01e988cd1583ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:03:29 +0000 Subject: [PATCH] Bump NUnit.Console from 3.18.3 to 3.19.2 Bumps [NUnit.Console](https://github.com/nunit/nunit-console) from 3.18.3 to 3.19.2. - [Release notes](https://github.com/nunit/nunit-console/releases) - [Changelog](https://github.com/nunit/nunit-console/blob/main/CHANGES.txt) - [Commits](https://github.com/nunit/nunit-console/compare/3.18.3...3.19.2) --- updated-dependencies: - dependency-name: NUnit.Console dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- SpotifyAPI.Web.Tests/SpotifyAPI.Web.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpotifyAPI.Web.Tests/SpotifyAPI.Web.Tests.csproj b/SpotifyAPI.Web.Tests/SpotifyAPI.Web.Tests.csproj index a1f9e82c2..6d53144c0 100644 --- a/SpotifyAPI.Web.Tests/SpotifyAPI.Web.Tests.csproj +++ b/SpotifyAPI.Web.Tests/SpotifyAPI.Web.Tests.csproj @@ -13,7 +13,7 @@ <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="NUnit" Version="4.2.2" /> <PackageReference Include="NUnit3TestAdapter" Version="4.6.0" /> - <PackageReference Include="NUnit.Console" Version="3.18.3" /> + <PackageReference Include="NUnit.Console" Version="3.19.2" /> </ItemGroup> <ItemGroup>