From b4d0f1684ec4e153ea9d60e98cb01e0b2c4bd61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 01:41:42 +0000 Subject: [PATCH] Bump the dev-dependencies group with 4 updates Bumps the dev-dependencies group with 4 updates: [JustEat.HttpClientInterception](https://github.com/justeattakeaway/httpclient-interception), [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest), [xunit](https://github.com/xunit/xunit) and jetbrains.resharper.globaltools. 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.6.6 - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.6) Updates `jetbrains.resharper.globaltools` from 2023.3.2 to 2023.3.3 --- 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-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 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 4af3165..81341d4 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.3", + "commands": [ + "jb" + ] + }, + "nvika": { + "version": "3.0.0", + "commands": [ + "nvika" + ] + } + } +} \ No newline at end of file