Skip to content

Commit

Permalink
Bump NUnit from 4.3.0 to 4.3.2
Browse files Browse the repository at this point in the history
Bumps [NUnit](https://github.com/nunit/nunit) from 4.3.0 to 4.3.2.
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@4.3.0...4.3.2)

---
updated-dependencies:
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jas88 committed Dec 30, 2024
1 parent 925ded9 commit 31df320
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageVersion Include="Microsoft.CodeCoverage" Version="17.12.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="NUnit" Version="4.3.0" />
<PackageVersion Include="NUnit" Version="4.3.2" />
<PackageVersion Include="NUnit.Analyzers" Version="4.5.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageVersion Include="System.IO.Abstractions.TestingHelpers" Version="21.1.7" />
Expand Down
8 changes: 4 additions & 4 deletions tests/SmiServices.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
},
"NUnit": {
"type": "Direct",
"requested": "[4.3.0, )",
"resolved": "4.3.0",
"contentHash": "dPClyF8aAmN8w/a7csFXUUbj0sivFVmSfX9CplV+dVeVUqnzoNFsLf7TjAPaxlrwbqHsr+F/pLd7ZEV4Sw9YHg=="
"requested": "[4.3.2, )",
"resolved": "4.3.2",
"contentHash": "puVXayXNmEu7MFQSUswGmUjOy3M3baprMbkLl5PAutpeDoGTr+jPv33qAYsqxywi2wJCq8l/O3EhHoLulPE1iQ=="
},
"NUnit.Analyzers": {
"type": "Direct",
Expand Down Expand Up @@ -932,7 +932,7 @@
"MongoDB.Analyzer": "[1.5.0, )",
"Moq": "[4.20.72, )",
"NLog": "[5.3.4, )",
"NUnit": "[4.3.0, )",
"NUnit": "[4.3.2, )",
"System.IO.Abstractions.TestingHelpers": "[21.1.7, )",
"smi": "[1.0.0, )"
}
Expand Down
6 changes: 3 additions & 3 deletions tests/SmiServices.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
},
"NUnit": {
"type": "Direct",
"requested": "[4.3.0, )",
"resolved": "4.3.0",
"contentHash": "dPClyF8aAmN8w/a7csFXUUbj0sivFVmSfX9CplV+dVeVUqnzoNFsLf7TjAPaxlrwbqHsr+F/pLd7ZEV4Sw9YHg=="
"requested": "[4.3.2, )",
"resolved": "4.3.2",
"contentHash": "puVXayXNmEu7MFQSUswGmUjOy3M3baprMbkLl5PAutpeDoGTr+jPv33qAYsqxywi2wJCq8l/O3EhHoLulPE1iQ=="
},
"NUnit.Analyzers": {
"type": "Direct",
Expand Down

0 comments on commit 31df320

Please sign in to comment.