Skip to content

Commit

Permalink
Bump Moq from 4.18.4 to 4.20.70 (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbaravaldez authored Jan 26, 2024
1 parent d19ffac commit 856c045
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 @@ -14,7 +14,7 @@
<PackageVersion Include="System.Drawing.Common" Version="6.0.0" />
<PackageVersion Include="System.Runtime.Caching" Version="6.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageVersion Include="Moq" Version="4.18.4" />
<PackageVersion Include="Moq" Version="4.20.70" />
<PackageVersion Include="xunit" Version="2.6.5" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" />
<PackageVersion Include="xRetry" Version="1.9.0" />
Expand Down
8 changes: 4 additions & 4 deletions performance/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@
"Microsoft.Extensions.DependencyInjection": "[6.0.1, )",
"Microsoft.NET.Sdk.Functions": "[4.2.0, )",
"Microsoft.NET.Test.Sdk": "[17.6.3, )",
"Moq": "[4.18.4, )",
"Moq": "[4.20.70, )",
"Newtonsoft.Json": "[13.0.3, )",
"xRetry": "[1.9.0, )",
"xunit": "[2.6.5, )",
Expand Down Expand Up @@ -2082,9 +2082,9 @@
},
"Moq": {
"type": "CentralTransitive",
"requested": "[4.18.4, )",
"resolved": "4.18.4",
"contentHash": "IOo+W51+7Afnb0noltJrKxPBSfsgMzTKCw+Re5AMx8l/vBbAbMDOynLik4+lBYIWDJSO0uV7Zdqt7cNb6RZZ+A==",
"requested": "[4.20.70, )",
"resolved": "4.20.70",
"contentHash": "4rNnAwdpXJBuxqrOCzCyICXHSImOTRktCgCWXWykuF1qwoIsVvEnR7PjbMk/eLOxWvhmj5Kwt+kDV3RGUYcNwg==",
"dependencies": {
"Castle.Core": "5.1.1"
}
Expand Down
6 changes: 3 additions & 3 deletions test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
},
"Moq": {
"type": "Direct",
"requested": "[4.18.4, )",
"resolved": "4.18.4",
"contentHash": "IOo+W51+7Afnb0noltJrKxPBSfsgMzTKCw+Re5AMx8l/vBbAbMDOynLik4+lBYIWDJSO0uV7Zdqt7cNb6RZZ+A==",
"requested": "[4.20.70, )",
"resolved": "4.20.70",
"contentHash": "4rNnAwdpXJBuxqrOCzCyICXHSImOTRktCgCWXWykuF1qwoIsVvEnR7PjbMk/eLOxWvhmj5Kwt+kDV3RGUYcNwg==",
"dependencies": {
"Castle.Core": "5.1.1"
}
Expand Down

0 comments on commit 856c045

Please sign in to comment.