Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <vicchang@nvidia.com>
  • Loading branch information
mocsharp committed Oct 4, 2022
1 parent 95cf4dd commit 1d1fbe6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/dependency_decisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
- :who: mocsharp
:why: MIT (https://github.com/Cysharp/ConsoleAppFramework/raw/master/LICENSE)
:versions:
- 4.2.2
- 4.2.3
:when: 2022-08-16 23:05:31.110052610 Z
- - :approve
- Crayon
Expand Down
6 changes: 3 additions & 3 deletions docs/compliance/third-party-licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,14 +589,14 @@ limitations under the License.


<details>
<summary>ConsoleAppFramework 4.2.2</summary>
<summary>ConsoleAppFramework 4.2.3</summary>

## ConsoleAppFramework

- Version: 4.2.2
- Version: 4.2.3
- Authors: Cysharp
- Project URL: https://github.com/Cysharp/ConsoleAppFramework
- Source: [NuGet](https://www.nuget.org/packages/ConsoleAppFramework/4.2.2)
- Source: [NuGet](https://www.nuget.org/packages/ConsoleAppFramework/4.2.3)
- License: [MIT](https://github.com/Cysharp/ConsoleAppFramework/raw/master/LICENSE)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ConsoleAppFramework" Version="4.2.2" />
<PackageReference Include="ConsoleAppFramework" Version="4.2.3" />
<PackageReference Include="fo-dicom" Version="5.0.3" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions tests/Integration.Test/configs/informatics-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
"storageRootPath": "/payloads",
"temporaryBucketName": "monaideploy",
"serviceAssemblyName": "Monai.Deploy.Storage.MinIO.MinIoStorageService, Monai.Deploy.Storage.MinIO",
"watermarkPercent": 90,
"reserveSpaceGB": 1,
"settings": {
"endpoint": "minio:9000",
"accessKey": "minioadmin",
Expand Down

0 comments on commit 1d1fbe6

Please sign in to comment.