Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions doc/dependency_decisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
- :who: mocsharp
:why: MIT (https://github.com/JamesNK/Newtonsoft.Json/raw/master/LICENSE.md)
:versions:
- 13.0.1
- 13.0.2
:when: 2022-08-16 21:39:51.628833960 Z
- - :approve
- NuGet.Frameworks
Expand Down Expand Up @@ -406,19 +406,26 @@
- 4.3.0
:when: 2022-08-16 21:39:59.280855676 Z
- - :approve
- System.IO.Abstractions
- TestableIO.System.IO.Abstractions
- :who: mocsharp
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
:versions:
- 17.2.3
- 18.0.1
:when: 2022-08-16 21:39:59.728481602 Z
- - :approve
- System.IO.Abstractions.TestingHelpers
- TestableIO.System.IO.Abstractions.TestingHelpers
- :who: mocsharp
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
:versions:
- 17.2.3
- 18.0.1
:when: 2022-08-16 21:40:00.150566731 Z
- - :approve
- TestableIO.System.IO.Abstractions.Wrappers
- :who: mocsharp
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
:versions:
- 18.0.1
:when: 2022-11-30 21:40:00.150566731 Z
- - :approve
- System.IO.Compression
- :who: mocsharp
Expand Down
5 changes: 3 additions & 2 deletions src/Messaging/Monai.Deploy.Messaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="6.0.10" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
<PackageReference Include="TestableIO.System.IO.Abstractions" Version="18.0.1" />
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="18.0.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Messaging/Tests/Monai.Deploy.Messaging.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="17.2.3" />
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="18.0.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="17.2.3" />
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="18.0.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
30 changes: 15 additions & 15 deletions third-party-licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -2277,14 +2277,14 @@ consequential or other damages.


<details>
<summary>Newtonsoft.Json 13.0.1</summary>
<summary>Newtonsoft.Json 13.0.2</summary>

## Newtonsoft.Json

- Version: 13.0.1
- Version: 13.0.2
- Authors: James Newton-King
- Project URL: https://www.newtonsoft.com/json
- Source: [NuGet](https://www.nuget.org/packages/Newtonsoft.Json/13.0.1)
- Source: [NuGet](https://www.nuget.org/packages/Newtonsoft.Json/13.0.2)
- License: [MIT](https://github.com/JamesNK/Newtonsoft.Json/raw/master/LICENSE.md)


Expand Down Expand Up @@ -5165,15 +5165,15 @@ consequential or other damages.


<details>
<summary>System.IO.Abstractions 17.2.3</summary>
<summary>TestableIO.System.IO.Abstractions 18.0.1</summary>

## System.IO.Abstractions
## TestableIO.System.IO.Abstractions

- Version: 17.2.3
- Version: 18.0.1
- Authors: Tatham Oddie & friends
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions/17.2.3)
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
- Project URL: https://github.com/TestableIO/TestableIO.System.IO.Abstractions
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions/18.0.1)
- License: [MIT](https://github.com/TestableIO/TestableIO.System.IO.Abstractions/raw/main/LICENSE)


```
Expand Down Expand Up @@ -5206,15 +5206,15 @@ SOFTWARE.


<details>
<summary>System.IO.Abstractions.TestingHelpers 17.2.3</summary>
<summary>TestableIO.System.IO.Abstractions.TestingHelpers 18.0.1</summary>

## System.IO.Abstractions.TestingHelpers
## TestableIO.System.IO.Abstractions.TestingHelpers

- Version: 17.2.3
- Version: 18.0.1
- Authors: Tatham Oddie & friends
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions.TestingHelpers/17.2.3)
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
- Project URL: https://github.com/TestableIO/TestableIO.System.IO.Abstractions
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.TestingHelpers/18.0.1)
- License: [MIT](https://github.com/TestableIO/TestableIO.System.IO.Abstractions/raw/main/LICENSE)


```
Expand Down