Skip to content

Commit f709d23

Browse files
Bump MSTest.TestAdapter from 3.7.2 to 3.7.3 (#2424)
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.7.2 to 3.7.3. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.2...v3.7.3) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b9dc4c commit f709d23

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

src/Bicep.Types.Az.UnitTests/Bicep.Types.Az.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="FluentAssertions" Version="8.0.1" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="3.7.2" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
1212
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
1313
<PackageReference Include="coverlet.collector" Version="6.0.4">
1414
<PrivateAssets>all</PrivateAssets>

src/Bicep.Types.Az.UnitTests/packages.lock.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
},
3737
"MSTest.TestAdapter": {
3838
"type": "Direct",
39-
"requested": "[3.7.2, )",
40-
"resolved": "3.7.2",
41-
"contentHash": "VA2pLWezR1hJd6rqP9xAD3j4brrc5c2qc5UDMLBBFYdB9jdXu+9WkhcUWsmt7WziwWZwqcytHCCDz4Qufs3cEQ==",
39+
"requested": "[3.7.3, )",
40+
"resolved": "3.7.3",
41+
"contentHash": "Ro3TnkC+TfovOTFd93DnzDF/ickJkkAYVmnzrjvY3FUduRcTJLIOJee9kiP1o3q1aPqmJSK6CobdvyWXubajWw==",
4242
"dependencies": {
43-
"Microsoft.Testing.Extensions.VSTestBridge": "1.5.2",
44-
"Microsoft.Testing.Platform.MSBuild": "1.5.2"
43+
"Microsoft.Testing.Extensions.VSTestBridge": "1.5.3",
44+
"Microsoft.Testing.Platform.MSBuild": "1.5.3"
4545
}
4646
},
4747
"MSTest.TestFramework": {
@@ -92,44 +92,44 @@
9292
},
9393
"Microsoft.Testing.Extensions.Telemetry": {
9494
"type": "Transitive",
95-
"resolved": "1.5.2",
96-
"contentHash": "13K4Xs7CCRs9ZKzTZSdReuSwOkVUVPBskQmGw6s+027DEM4N4DbDl9Jq9p+zC+IxGKT5C66ZcKRd9X91pVPt5g==",
95+
"resolved": "1.5.3",
96+
"contentHash": "U9pGd5DQuX1PfkrdFI+xH34JGgQ2nes5QAwIITTk+MQfLvRITqsZjJeHTjpGWh33D/0q1l7aA8/LQHR7UuCgLQ==",
9797
"dependencies": {
9898
"Microsoft.ApplicationInsights": "2.22.0",
99-
"Microsoft.Testing.Platform": "1.5.2"
99+
"Microsoft.Testing.Platform": "1.5.3"
100100
}
101101
},
102102
"Microsoft.Testing.Extensions.TrxReport.Abstractions": {
103103
"type": "Transitive",
104-
"resolved": "1.5.2",
105-
"contentHash": "kaW+BhcsX9NxzF8ty3nyvdux+MNWclaunoE4+mjOrYfIIinl9SGTlM1hOeMofyWPddLzlj3CnZJMuRptCiDZ9w==",
104+
"resolved": "1.5.3",
105+
"contentHash": "h34zKNpGyni66VH738mRHeXSnf3klSShUdavUWNhSfWICUUi5aXeI0LBvoX/ad93N0+9xBDU3Fyi6WfxrwKQGw==",
106106
"dependencies": {
107-
"Microsoft.Testing.Platform": "1.5.2"
107+
"Microsoft.Testing.Platform": "1.5.3"
108108
}
109109
},
110110
"Microsoft.Testing.Extensions.VSTestBridge": {
111111
"type": "Transitive",
112-
"resolved": "1.5.2",
113-
"contentHash": "VUyHa+Md93xwrdedTHYy0TQt/TPJAHUhiJxvs7j4TJY5bE0DgSfubNd/in48j008oGyUiNUDrJx9EiFaLqBAsg==",
112+
"resolved": "1.5.3",
113+
"contentHash": "cJD67YfDT98wEWyazKVD/yPVW6+H1usXeuselCnRes7JZBTIYWtrCchcOzOahnmajT79eDKqt9sta7DXwTDU4Q==",
114114
"dependencies": {
115115
"Microsoft.ApplicationInsights": "2.22.0",
116116
"Microsoft.TestPlatform.ObjectModel": "17.12.0",
117-
"Microsoft.Testing.Extensions.Telemetry": "1.5.2",
118-
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.5.2",
119-
"Microsoft.Testing.Platform": "1.5.2"
117+
"Microsoft.Testing.Extensions.Telemetry": "1.5.3",
118+
"Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.5.3",
119+
"Microsoft.Testing.Platform": "1.5.3"
120120
}
121121
},
122122
"Microsoft.Testing.Platform": {
123123
"type": "Transitive",
124-
"resolved": "1.5.2",
125-
"contentHash": "IcBrO3WAs+TK622oGSuaHJAn2Ru8b7o4kWjAbaiy2v4302x5qhYphwQ3BvKMK7e7P0fcSyQwq1IfYmrlplgq0w=="
124+
"resolved": "1.5.3",
125+
"contentHash": "WqJydnJ99dEKtquR9HwINz104ehWJKTXbQQrydGatlLRw14bmsx0pa8+E6KUXMYXZAimN0swWlDmcJGjjW4TIg=="
126126
},
127127
"Microsoft.Testing.Platform.MSBuild": {
128128
"type": "Transitive",
129-
"resolved": "1.5.2",
130-
"contentHash": "vIZYqOjoeJ4Nf8h3zIQy03jkXeJZxw39I2+sZ2CoNZ4Jrdx8SAcGxJKETY/zbcmSuwSFVfPo/RwOnqVoa74TFg==",
129+
"resolved": "1.5.3",
130+
"contentHash": "bOtpRMSPeT5YLQo+NNY8EtdNTphAUcmALjW4ABU7P0rb6yR2XAZau3TzNieLmR3lRuwudguWzzBhgcLRXwZh0A==",
131131
"dependencies": {
132-
"Microsoft.Testing.Platform": "1.5.2"
132+
"Microsoft.Testing.Platform": "1.5.3"
133133
}
134134
},
135135
"Microsoft.TestPlatform.ObjectModel": {

0 commit comments

Comments
 (0)