Skip to content

Commit e8008d9

Browse files
Bump JunitXml.TestLogger from 7.0.2 to 7.1.0 (#35)
--- updated-dependencies: - dependency-name: JunitXml.TestLogger dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1cbd274 commit e8008d9

File tree

2 files changed

+4
-163
lines changed

2 files changed

+4
-163
lines changed

Tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageReference Include="coverlet.collector" PrivateAssets="All" Version="6.0.4">
77
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
88
</PackageReference>
9-
<PackageReference Include="JunitXml.TestLogger" Version="7.0.2"/>
9+
<PackageReference Include="JunitXml.TestLogger" Version="7.1.0"/>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1"/>
1111
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="18.0.1"/>
1212
<PackageReference Include="Moq" Version="4.20.72"/>

Tests/Schema.NET.Test/packages.lock.json

Lines changed: 3 additions & 162 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"JunitXml.TestLogger": {
1212
"type": "Direct",
13-
"requested": "[7.0.2, )",
14-
"resolved": "7.0.2",
15-
"contentHash": "f6swYzT8DOVS6byaz1f7SYT06aoZTFXooLlJFX9Da3JB1/RLK+Z0UW1Q33NqMX+T9JFpal276qAJfPVUp96qbg=="
13+
"requested": "[7.1.0, )",
14+
"resolved": "7.1.0",
15+
"contentHash": "Iu3dSnhJ+gzjlOtpIPZgHvJbmvmPbIGjxT7h5pNxxMiNTXKfxgi0O0eehnZ29qlC5bElAM0o9dSrjzjydCaGiA=="
1616
},
1717
"Microsoft.NET.Test.Sdk": {
1818
"type": "Direct",
@@ -137,165 +137,6 @@
137137
"SchemaDotNet": {
138138
"type": "Project"
139139
}
140-
},
141-
"net8.0": {
142-
"coverlet.collector": {
143-
"type": "Direct",
144-
"requested": "[6.0.4, )",
145-
"resolved": "6.0.4",
146-
"contentHash": "lkhqpF8Pu2Y7IiN7OntbsTtdbpR1syMsm2F3IgX6ootA4ffRqWL5jF7XipHuZQTdVuWG/gVAAcf8mjk8Tz0xPg=="
147-
},
148-
"JunitXml.TestLogger": {
149-
"type": "Direct",
150-
"requested": "[7.0.2, )",
151-
"resolved": "7.0.2",
152-
"contentHash": "f6swYzT8DOVS6byaz1f7SYT06aoZTFXooLlJFX9Da3JB1/RLK+Z0UW1Q33NqMX+T9JFpal276qAJfPVUp96qbg=="
153-
},
154-
"Microsoft.NET.Test.Sdk": {
155-
"type": "Direct",
156-
"requested": "[18.0.1, )",
157-
"resolved": "18.0.1",
158-
"contentHash": "WNpu6vI2rA0pXY4r7NKxCN16XRWl5uHu6qjuyVLoDo6oYEggIQefrMjkRuibQHm/NslIUNCcKftvoWAN80MSAg==",
159-
"dependencies": {
160-
"Microsoft.CodeCoverage": "18.0.1",
161-
"Microsoft.TestPlatform.TestHost": "18.0.1"
162-
}
163-
},
164-
"Microsoft.TestPlatform.ObjectModel": {
165-
"type": "Direct",
166-
"requested": "[18.0.1, )",
167-
"resolved": "18.0.1",
168-
"contentHash": "qT/mwMcLF9BieRkzOBPL2qCopl8hQu6A1P7JWAoj/FMu5i9vds/7cjbJ/LLtaiwWevWLAeD5v5wjQJ/l6jvhWQ=="
169-
},
170-
"MinVer": {
171-
"type": "Direct",
172-
"requested": "[6.0.0, )",
173-
"resolved": "6.0.0",
174-
"contentHash": "+/SsmiySsXJlvQLCGBqaZKNVt3s/Y/HbAdwtop7Km2CnuZbaScoqkWJEBQ5Cy9ebkn6kCYKrHsXgwrFdTgcb3g=="
175-
},
176-
"Moq": {
177-
"type": "Direct",
178-
"requested": "[4.20.72, )",
179-
"resolved": "4.20.72",
180-
"contentHash": "EA55cjyNn8eTNWrgrdZJH5QLFp2L43oxl1tlkoYUKIE9pRwL784OWiTXeCV5ApS+AMYEAlt7Fo03A2XfouvHmQ==",
181-
"dependencies": {
182-
"Castle.Core": "5.1.1"
183-
}
184-
},
185-
"xunit": {
186-
"type": "Direct",
187-
"requested": "[2.9.3, )",
188-
"resolved": "2.9.3",
189-
"contentHash": "TlXQBinK35LpOPKHAqbLY4xlEen9TBafjs0V5KnA4wZsoQLQJiirCR4CbIXvOH8NzkW4YeJKP5P/Bnrodm0h9Q==",
190-
"dependencies": {
191-
"xunit.analyzers": "1.18.0",
192-
"xunit.assert": "2.9.3",
193-
"xunit.core": "[2.9.3]"
194-
}
195-
},
196-
"xunit.runner.visualstudio": {
197-
"type": "Direct",
198-
"requested": "[3.1.5, )",
199-
"resolved": "3.1.5",
200-
"contentHash": "tKi7dSTwP4m5m9eXPM2Ime4Kn7xNf4x4zT9sdLO/G4hZVnQCRiMTWoSZqI/pYTVeI27oPPqHBKYI/DjJ9GsYgA=="
201-
},
202-
"Castle.Core": {
203-
"type": "Transitive",
204-
"resolved": "5.1.1",
205-
"contentHash": "rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==",
206-
"dependencies": {
207-
"System.Diagnostics.EventLog": "6.0.0"
208-
}
209-
},
210-
"Microsoft.CodeCoverage": {
211-
"type": "Transitive",
212-
"resolved": "18.0.1",
213-
"contentHash": "O+utSr97NAJowIQT/OVp3Lh9QgW/wALVTP4RG1m2AfFP4IyJmJz0ZBmFJUsRQiAPgq6IRC0t8AAzsiPIsaUDEA=="
214-
},
215-
"Microsoft.TestPlatform.TestHost": {
216-
"type": "Transitive",
217-
"resolved": "18.0.1",
218-
"contentHash": "uDJKAEjFTaa2wHdWlfo6ektyoh+WD4/Eesrwb4FpBFKsLGehhACVnwwTI4qD3FrIlIEPlxdXg3SyrYRIcO+RRQ==",
219-
"dependencies": {
220-
"Microsoft.TestPlatform.ObjectModel": "18.0.1",
221-
"Newtonsoft.Json": "13.0.3"
222-
}
223-
},
224-
"Newtonsoft.Json": {
225-
"type": "Transitive",
226-
"resolved": "13.0.3",
227-
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
228-
},
229-
"System.Diagnostics.EventLog": {
230-
"type": "Transitive",
231-
"resolved": "6.0.0",
232-
"contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw=="
233-
},
234-
"System.IO.Pipelines": {
235-
"type": "Transitive",
236-
"resolved": "10.0.0",
237-
"contentHash": "M1eb3nfXntaRJPrrMVM9EFS8I1bDTnt0uvUS6QP/SicZf/ZZjydMD5NiXxfmwW/uQwaMDP/yX2P+zQN1NBHChg=="
238-
},
239-
"System.Text.Encodings.Web": {
240-
"type": "Transitive",
241-
"resolved": "10.0.0",
242-
"contentHash": "257hh1ep1Gqm1Lm0ulxf7vVBVMJuGN6EL4xSWjpi46DffXzm1058IiWsfSC06zSm7SniN+Tb5160UnXsSa8rRg=="
243-
},
244-
"System.Text.Json": {
245-
"type": "Transitive",
246-
"resolved": "10.0.0",
247-
"contentHash": "1Dpjwq9peG/Wt5BNbrzIhTpclfOSqBWZsUO28vVr59yQlkvL5jLBWfpfzRmJ1OY+6DciaY0DUcltyzs4fuZHjw==",
248-
"dependencies": {
249-
"System.IO.Pipelines": "10.0.0",
250-
"System.Text.Encodings.Web": "10.0.0"
251-
}
252-
},
253-
"xunit.abstractions": {
254-
"type": "Transitive",
255-
"resolved": "2.0.3",
256-
"contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg=="
257-
},
258-
"xunit.analyzers": {
259-
"type": "Transitive",
260-
"resolved": "1.18.0",
261-
"contentHash": "OtFMHN8yqIcYP9wcVIgJrq01AfTxijjAqVDy/WeQVSyrDC1RzBWeQPztL49DN2syXRah8TYnfvk035s7L95EZQ=="
262-
},
263-
"xunit.assert": {
264-
"type": "Transitive",
265-
"resolved": "2.9.3",
266-
"contentHash": "/Kq28fCE7MjOV42YLVRAJzRF0WmEqsmflm0cfpMjGtzQ2lR5mYVj1/i0Y8uDAOLczkL3/jArrwehfMD0YogMAA=="
267-
},
268-
"xunit.core": {
269-
"type": "Transitive",
270-
"resolved": "2.9.3",
271-
"contentHash": "BiAEvqGvyme19wE0wTKdADH+NloYqikiU0mcnmiNyXaF9HyHmE6sr/3DC5vnBkgsWaE6yPyWszKSPSApWdRVeQ==",
272-
"dependencies": {
273-
"xunit.extensibility.core": "[2.9.3]",
274-
"xunit.extensibility.execution": "[2.9.3]"
275-
}
276-
},
277-
"xunit.extensibility.core": {
278-
"type": "Transitive",
279-
"resolved": "2.9.3",
280-
"contentHash": "kf3si0YTn2a8J8eZNb+zFpwfoyvIrQ7ivNk5ZYA5yuYk1bEtMe4DxJ2CF/qsRgmEnDr7MnW1mxylBaHTZ4qErA==",
281-
"dependencies": {
282-
"xunit.abstractions": "2.0.3"
283-
}
284-
},
285-
"xunit.extensibility.execution": {
286-
"type": "Transitive",
287-
"resolved": "2.9.3",
288-
"contentHash": "yMb6vMESlSrE3Wfj7V6cjQ3S4TXdXpRqYeNEI3zsX31uTsGMJjEw6oD5F5u1cHnMptjhEECnmZSsPxB6ChZHDQ==",
289-
"dependencies": {
290-
"xunit.extensibility.core": "[2.9.3]"
291-
}
292-
},
293-
"SchemaDotNet": {
294-
"type": "Project",
295-
"dependencies": {
296-
"System.Text.Json": "[10.0.0, )"
297-
}
298-
}
299140
}
300141
}
301142
}

0 commit comments

Comments
 (0)