Skip to content

Commit 62c1bd2

Browse files
committed
Update dependencies
Signed-off-by: Victor Chang <[email protected]>
1 parent 15ffda8 commit 62c1bd2

File tree

52 files changed

+2658
-13596
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2658
-13596
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
nuGetVersionV2: ${{ steps.gitversion.outputs.nuGetVersionV2 }}
4343

4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
with:
4747
fetch-depth: 0
4848

@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Checkout repository
85-
uses: actions/checkout@v3
85+
uses: actions/checkout@v4
8686
with:
8787
fetch-depth: 0
8888

@@ -91,7 +91,7 @@ jobs:
9191
dotnet-version: "8.0.x"
9292

9393
- name: Enable NuGet cache
94-
uses: actions/[email protected].1
94+
uses: actions/[email protected].2
9595
with:
9696
path: ~/.nuget/packages
9797
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -123,7 +123,7 @@ jobs:
123123

124124
steps:
125125
- name: Checkout repository
126-
uses: actions/checkout@v3
126+
uses: actions/checkout@v4
127127
with:
128128
fetch-depth: 0
129129

@@ -135,13 +135,13 @@ jobs:
135135
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
136136

137137
- name: Install License Finder tool with Homebrew
138-
uses: tecoli-com/actions-use-homebrew-tools@v1.1
138+
uses: tecoli-com/actions-use-homebrew-tools@v1.2
139139
with:
140140
tools: licensefinder
141141
cache: yes
142142

143143
- name: Enable NuGet cache
144-
uses: actions/[email protected].1
144+
uses: actions/[email protected].2
145145
with:
146146
path: ~/.nuget/packages
147147
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -170,7 +170,7 @@ jobs:
170170
run: license_finder -r
171171

172172
- name: Check License Header
173-
uses: apache/skywalking-eyes@v0.4.0
173+
uses: apache/skywalking-eyes@v0.5.0
174174

175175
unit-test:
176176
runs-on: ubuntu-latest
@@ -194,14 +194,14 @@ jobs:
194194
dotnet-version: "8.0.x"
195195

196196
- name: Enable NuGet cache
197-
uses: actions/[email protected].1
197+
uses: actions/[email protected].2
198198
with:
199199
path: ~/.nuget/packages
200200
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
201201
restore-keys: |
202202
${{ runner.os }}-nuget
203203
204-
- uses: actions/checkout@v3
204+
- uses: actions/checkout@v4
205205
with:
206206
fetch-depth: 0
207207

@@ -264,7 +264,7 @@ jobs:
264264
DOTNET_TEST: ${{ matrix.database }}
265265
steps:
266266
- name: Checkout repository
267-
uses: actions/checkout@v3
267+
uses: actions/checkout@v4
268268
with:
269269
fetch-depth: 0
270270

@@ -273,7 +273,7 @@ jobs:
273273
dotnet-version: "8.0.x"
274274

275275
- name: Enable NuGet cache
276-
uses: actions/[email protected].1
276+
uses: actions/[email protected].2
277277
with:
278278
path: ~/.nuget/packages
279279
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -329,7 +329,7 @@ jobs:
329329

330330
steps:
331331
- name: Checkout repository
332-
uses: actions/checkout@v3
332+
uses: actions/checkout@v4
333333
with:
334334
fetch-depth: 0
335335

@@ -338,7 +338,7 @@ jobs:
338338
dotnet-version: "8.0.x"
339339

340340
- name: Enable NuGet cache
341-
uses: actions/[email protected].1
341+
uses: actions/[email protected].2
342342
with:
343343
path: ~/.nuget/packages
344344
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -481,7 +481,7 @@ jobs:
481481
env:
482482
SEMVER: ${{ needs.calc-version.outputs.semVer }}
483483
steps:
484-
- uses: actions/checkout@v3
484+
- uses: actions/checkout@v4
485485
with:
486486
fetch-depth: 0
487487

@@ -490,15 +490,15 @@ jobs:
490490
dotnet-version: "8.0.x"
491491

492492
- name: Enable NuGet cache
493-
uses: actions/[email protected].1
493+
uses: actions/[email protected].2
494494
with:
495495
path: ~/.nuget/packages
496496
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
497497
restore-keys: |
498498
${{ runner.os }}-nuget
499499
500500
- name: Setup DocFX
501-
uses: crazy-max/ghaction-chocolatey@v2
501+
uses: crazy-max/ghaction-chocolatey@v3
502502
with:
503503
args: install docfx
504504

@@ -568,7 +568,7 @@ jobs:
568568
MAJORMINORPATCH: ${{ needs.calc-version.outputs.majorMinorPatch }}
569569

570570
steps:
571-
- uses: actions/checkout@v3
571+
- uses: actions/checkout@v4
572572
with:
573573
fetch-depth: 0
574574

docker-compose/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
version: "3.9"
1616
services:
1717
rabbitmq:
18-
image: rabbitmq:3.10-management
18+
image: rabbitmq:3.13-management
1919
hostname: rabbitmq
2020
ports:
2121
- 5672:5672
@@ -35,7 +35,7 @@ services:
3535
- monaideploy
3636

3737
minio:
38-
image: "minio/minio:RELEASE.2023-10-16T04-13-43Z"
38+
image: "minio/minio:RELEASE.2024-06-11T03-13-30Z"
3939
command: server --console-address ":9001" /data
4040
hostname: minio
4141
volumes:
@@ -75,7 +75,7 @@ services:
7575
start_period: 40s
7676

7777
orthanc:
78-
image: osimis/orthanc:22.9.0
78+
image: osimis/orthanc:24.1.2-full
7979
hostname: orthanc
8080
volumes:
8181
- ./configs/orthanc.json:/etc/orthanc/orthanc.json

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717

1818
# Changelog
1919

20+
## 0.5.0
21+
[GitHub Milestone 0.5.0](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/4)
22+
23+
- gh-506 Updated Informatics Gateway to .NET 8.0
24+
- Improve logging
25+
2026
## 0.4.0
2127

2228
[GitHub Milestone 0.4.0](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/5)

src/Api/Monai.Deploy.InformaticsGateway.Api.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
~ Copyright 2021-2023 MONAI Consortium
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232
<Target Name="CopyProjectReferencesToPackage" DependsOnTargets="ResolveReferences">
3333
<ItemGroup>
34-
<BuildOutputInPackage Include="@(ReferenceCopyLocalPaths-&gt;WithMetadataValue('ReferenceSourceTarget', 'ProjectReference'))" />
34+
<BuildOutputInPackage Include="@(ReferenceCopyLocalPaths->WithMetadataValue('ReferenceSourceTarget', 'ProjectReference'))" />
3535
</ItemGroup>
3636
</Target>
3737
<PropertyGroup>
@@ -51,10 +51,10 @@
5151
<PackageReference Include="fo-dicom" Version="5.1.2" />
5252
<PackageReference Include="HL7-dotnetcore" Version="2.36.0" />
5353
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
54-
<PackageReference Include="Monai.Deploy.Messaging" Version="2.0.2" />
55-
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="2.0.2" />
56-
<PackageReference Include="Monai.Deploy.Storage" Version="1.0.0" />
57-
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="8.0.0" />
54+
<PackageReference Include="Monai.Deploy.Messaging" Version="2.0.3" />
55+
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="2.0.3" />
56+
<PackageReference Include="Monai.Deploy.Storage" Version="1.0.1" />
57+
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="8.0.6" />
5858
</ItemGroup>
5959
<ItemGroup>
6060
<Compile Remove="Test\**" />

src/Api/Test/Monai.Deploy.InformaticsGateway.Api.Test.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
<Compile Include="..\..\Shared\Test\TestStorageInfo.cs" Link="Shared\TestStorageInfo.cs" />
2626
</ItemGroup>
2727
<ItemGroup>
28-
<PackageReference Include="coverlet.collector" Version="6.0.0">
28+
<PackageReference Include="coverlet.collector" Version="6.0.2">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>
32-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
33-
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="20.0.4" />
32+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
33+
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="21.0.2" />
3434
<PackageReference Include="xRetry" Version="1.9.0" />
35-
<PackageReference Include="xunit" Version="2.6.5" />
36-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
35+
<PackageReference Include="xunit" Version="2.8.1" />
36+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3838
<PrivateAssets>all</PrivateAssets>
3939
</PackageReference>

0 commit comments

Comments
 (0)