diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml index d0bb892..3259ae1 100644 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -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 @@ -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 diff --git a/src/Messaging/Monai.Deploy.Messaging.csproj b/src/Messaging/Monai.Deploy.Messaging.csproj index 3a04b76..e9503ad 100644 --- a/src/Messaging/Monai.Deploy.Messaging.csproj +++ b/src/Messaging/Monai.Deploy.Messaging.csproj @@ -78,8 +78,9 @@ - + - + + \ No newline at end of file diff --git a/src/Messaging/Tests/Monai.Deploy.Messaging.Tests.csproj b/src/Messaging/Tests/Monai.Deploy.Messaging.Tests.csproj index 2c8769f..fc1127d 100644 --- a/src/Messaging/Tests/Monai.Deploy.Messaging.Tests.csproj +++ b/src/Messaging/Tests/Monai.Deploy.Messaging.Tests.csproj @@ -34,7 +34,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Plugins/RabbitMQ/Tests/Monai.Deploy.Messaging.RabbitMQ.Tests.csproj b/src/Plugins/RabbitMQ/Tests/Monai.Deploy.Messaging.RabbitMQ.Tests.csproj index 1e538f2..4b74f9b 100644 --- a/src/Plugins/RabbitMQ/Tests/Monai.Deploy.Messaging.RabbitMQ.Tests.csproj +++ b/src/Plugins/RabbitMQ/Tests/Monai.Deploy.Messaging.RabbitMQ.Tests.csproj @@ -37,7 +37,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/third-party-licenses.md b/third-party-licenses.md index af21e0c..a801a11 100644 --- a/third-party-licenses.md +++ b/third-party-licenses.md @@ -2277,14 +2277,14 @@ consequential or other damages.
-Newtonsoft.Json 13.0.1 +Newtonsoft.Json 13.0.2 ## 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) @@ -5165,15 +5165,15 @@ consequential or other damages.
-System.IO.Abstractions 17.2.3 +TestableIO.System.IO.Abstractions 18.0.1 -## 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) ``` @@ -5206,15 +5206,15 @@ SOFTWARE.
-System.IO.Abstractions.TestingHelpers 17.2.3 +TestableIO.System.IO.Abstractions.TestingHelpers 18.0.1 -## 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) ```