From 335e3078f66d5bd196c8a88d3d5028c109d89f47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 01:49:04 +0000 Subject: [PATCH] Bump the dev-dependencies group with 6 updates Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [JustEat.HttpClientInterception](https://github.com/justeattakeaway/httpclient-interception) | `4.0.0` | `4.2.0` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.7.2` | `17.9.0` | | [xunit](https://github.com/xunit/xunit) | `2.6.1` | `2.7.0` | | xunit.analyzers | `1.4.0` | `1.11.0` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.6` | `2.5.7` | | jetbrains.resharper.globaltools | `2023.3.2` | `2023.3.4` | Updates `JustEat.HttpClientInterception` from 4.0.0 to 4.2.0 - [Release notes](https://github.com/justeattakeaway/httpclient-interception/releases) - [Commits](https://github.com/justeattakeaway/httpclient-interception/compare/v4.0.0...v4.2.0) Updates `Microsoft.NET.Test.Sdk` from 17.7.2 to 17.9.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.9.0) Updates `xunit` from 2.6.1 to 2.7.0 - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.7.0) Updates `xunit.analyzers` from 1.4.0 to 1.11.0 Updates `xunit.runner.visualstudio` from 2.5.6 to 2.5.7 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.6...2.5.7) Updates `jetbrains.resharper.globaltools` from 2023.3.2 to 2023.3.4 --- updated-dependencies: - dependency-name: JustEat.HttpClientInterception dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: xunit.analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: jetbrains.resharper.globaltools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 36 +++++++++++----------- JsonFeedNet.Tests/JsonFeedNet.Tests.csproj | 10 +++--- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 4af3165..d80ab8e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -1,18 +1,18 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "jetbrains.resharper.globaltools": { - "version": "2023.3.2", - "commands": [ - "jb" - ] - }, - "nvika": { - "version": "3.0.0", - "commands": [ - "nvika" - ] - } - } - } +{ + "version": 1, + "isRoot": true, + "tools": { + "jetbrains.resharper.globaltools": { + "version": "2023.3.4", + "commands": [ + "jb" + ] + }, + "nvika": { + "version": "3.0.0", + "commands": [ + "nvika" + ] + } + } +} \ No newline at end of file diff --git a/JsonFeedNet.Tests/JsonFeedNet.Tests.csproj b/JsonFeedNet.Tests/JsonFeedNet.Tests.csproj index c4f5c64..4f1cf96 100644 --- a/JsonFeedNet.Tests/JsonFeedNet.Tests.csproj +++ b/JsonFeedNet.Tests/JsonFeedNet.Tests.csproj @@ -10,11 +10,11 @@ - - - - - + + + + +