Skip to content

Commit

Permalink
Bump the dev-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
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](justeattakeaway/httpclient-interception@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](microsoft/vstest@v17.7.2...v17.9.0)

Updates `xunit` from 2.6.1 to 2.6.6
- [Commits](xunit/xunit@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent fa71aa3 commit b4d0f16
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}
}

0 comments on commit b4d0f16

Please sign in to comment.