Skip to content

Commit 1d1fbe6

Browse files
committed
Update packages
Signed-off-by: Victor Chang <[email protected]>
1 parent 95cf4dd commit 1d1fbe6

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

doc/dependency_decisions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- :who: mocsharp
4747
:why: MIT (https://github.com/Cysharp/ConsoleAppFramework/raw/master/LICENSE)
4848
:versions:
49-
- 4.2.2
49+
- 4.2.3
5050
:when: 2022-08-16 23:05:31.110052610 Z
5151
- - :approve
5252
- Crayon

docs/compliance/third-party-licenses.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,14 +589,14 @@ limitations under the License.
589589

590590

591591
<details>
592-
<summary>ConsoleAppFramework 4.2.2</summary>
592+
<summary>ConsoleAppFramework 4.2.3</summary>
593593

594594
## ConsoleAppFramework
595595

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

602602

src/DicomWebClient/CLI/Monai.Deploy.InformaticsGateway.DicomWeb.Client.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="ConsoleAppFramework" Version="4.2.2" />
37+
<PackageReference Include="ConsoleAppFramework" Version="4.2.3" />
3838
<PackageReference Include="fo-dicom" Version="5.0.3" />
3939
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
4040
</ItemGroup>

tests/Integration.Test/configs/informatics-gateway.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
"storageRootPath": "/payloads",
4545
"temporaryBucketName": "monaideploy",
4646
"serviceAssemblyName": "Monai.Deploy.Storage.MinIO.MinIoStorageService, Monai.Deploy.Storage.MinIO",
47+
"watermarkPercent": 90,
48+
"reserveSpaceGB": 1,
4749
"settings": {
4850
"endpoint": "minio:9000",
4951
"accessKey": "minioadmin",

0 commit comments

Comments
 (0)