Skip to content

Commit 8a4fa15

Browse files
authored
Update dependencies, license and copyrights (#313)
Signed-off-by: Victor Chang <[email protected]>
1 parent 4e46905 commit 8a4fa15

File tree

85 files changed

+421
-332
lines changed

Some content is hidden

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

85 files changed

+421
-332
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v3
4040
with:
4141
fetch-depth: 0
4242
- uses: actions/setup-dotnet@v3
@@ -52,15 +52,15 @@ jobs:
5252
tools: licensefinder
5353

5454
- name: Enable NuGet cache
55-
uses: actions/cache@v3.3.2
55+
uses: actions/cache@v4.0.2
5656
with:
5757
path: ~/.nuget/packages
5858
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
5959
restore-keys: |
6060
${{ runner.os }}-nuget
6161
62-
- name: Initialize CodeQL
63-
uses: github/codeql-action/init@v2
62+
- name: Initialize CodeQ
63+
uses: github/codeql-action/init@v3
6464
with:
6565
languages: ${{ matrix.language }}
6666

@@ -80,7 +80,7 @@ jobs:
8080
working-directory: ./src
8181

8282
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@v2
83+
uses: github/codeql-action/analyze@v3
8484

8585
- name: Secret detection
8686
uses: gitleaks/[email protected]
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
steps:
9797
- name: Set up JDK 17
98-
uses: actions/setup-java@v4
98+
uses: actions/setup-java@v3
9999
with:
100100
distribution: 'zulu'
101101
java-version: '17'
@@ -105,14 +105,14 @@ jobs:
105105
dotnet-version: "8.0.x"
106106

107107
- name: Enable NuGet cache
108-
uses: actions/cache@v3.3.2
108+
uses: actions/cache@v4.0.2
109109
with:
110110
path: ~/.nuget/packages
111111
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
112112
restore-keys: |
113113
${{ runner.os }}-nuget
114114
115-
- uses: actions/checkout@v4
115+
- uses: actions/checkout@v3
116116
with:
117117
fetch-depth: 0
118118

@@ -189,7 +189,7 @@ jobs:
189189

190190
steps:
191191
- name: Checkout repository
192-
uses: actions/checkout@v4
192+
uses: actions/checkout@v3
193193
with:
194194
fetch-depth: 0
195195

@@ -198,7 +198,7 @@ jobs:
198198
dotnet-version: "8.0.x"
199199

200200
- name: Enable NuGet cache
201-
uses: actions/cache@v3.3.2
201+
uses: actions/cache@v4.0.2
202202
with:
203203
path: ~/.nuget/packages
204204
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -242,15 +242,15 @@ jobs:
242242

243243
- name: Upload Nuget
244244
if: ${{ matrix.os == 'ubuntu-latest' }}
245-
uses: actions/upload-artifact@v4.0.0
245+
uses: actions/upload-artifact@v4.3.1
246246
with:
247247
name: nuget
248248
path: ${{ github.workspace }}/release/*.nupkg
249249
retention-days: 30
250250

251251
- name: Upload Zipped Plug-ins
252252
if: ${{ matrix.os == 'ubuntu-latest' }}
253-
uses: actions/upload-artifact@v4.0.0
253+
uses: actions/upload-artifact@v4.3.1
254254
with:
255255
name: plug-ins
256256
path: ${{ github.workspace }}/src/Plugins/release/*.zip
@@ -262,7 +262,7 @@ jobs:
262262
needs: [build, unit-test]
263263
if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
264264
steps:
265-
- uses: actions/download-artifact@v3
265+
- uses: actions/download-artifact@v4
266266
id: download
267267

268268
- name: List artifacts
@@ -271,7 +271,7 @@ jobs:
271271
- name: Install grp
272272
run: dotnet tool install gpr -g
273273

274-
- uses: actions/setup-dotnet@v3
274+
- uses: actions/setup-dotnet@v4
275275
env:
276276
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
277277
with:
@@ -287,7 +287,7 @@ jobs:
287287
needs: [build, unit-test]
288288
if: ${{ github.event.inputs.nuget }}
289289
steps:
290-
- uses: actions/download-artifact@v3
290+
- uses: actions/download-artifact@v4
291291
id: download
292292

293293
- name: List artifacts
@@ -315,11 +315,11 @@ jobs:
315315
MAJORMINORPATCH: ${{ needs.build.outputs.majorMinorPatch }}
316316

317317
steps:
318-
- uses: actions/checkout@v4
318+
- uses: actions/checkout@v3
319319
with:
320320
fetch-depth: 0
321321

322-
- uses: actions/download-artifact@v3
322+
- uses: actions/download-artifact@v4
323323
id: download
324324

325325
- name: List artifacts

.licenserc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ header:
22
license:
33
spdx-id: Apache-2.0
44
copyright-owner: MONAI Consortium
5-
5+
copyright-year: '2021-2024'
66
paths:
77
- 'src'
88

doc/dependency_decisions.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- :who: mocsharp
55
:why: MIT (https://github.com/ardalis/GuardClauses.Analyzers/raw/master/LICENSE)
66
:versions:
7-
- 4.2.0
7+
- 4.5.0
88
:when: 2022-08-16 21:39:30.077666354 Z
99
- - :approve
1010
- Castle.Core
@@ -18,14 +18,14 @@
1818
- :who: woodheadio
1919
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
2020
:versions:
21-
- 8.0.0
21+
- 8.0.6
2222
:when: 2023-08-16 16:49:26.950721112 Z
2323
- - :approve
2424
- Microsoft.CodeCoverage
2525
- :who: woodheadio
2626
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
2727
:versions:
28-
- 17.8.0
28+
- 17.10.0
2929
:when: 2023-08-16 16:49:26.950721112 Z
3030
- - :approve
3131
- Microsoft.Extensions.Configuration.Abstractions
@@ -39,7 +39,7 @@
3939
- :who: mocsharp
4040
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
4141
:versions:
42-
- 8.0.0
42+
- 8.0.1
4343
:when: 2022-08-16 21:39:41.552489638 Z
4444
- - :approve
4545
- Microsoft.Extensions.Diagnostics.Abstractions
@@ -53,14 +53,14 @@
5353
- :who: woodheadio
5454
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
5555
:versions:
56-
- 8.0.0
56+
- 8.0.6
5757
:when: 2023-08-16 16:49:26.950721112 Z
5858
- - :approve
5959
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions
6060
- :who: woodheadio
6161
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
6262
:versions:
63-
- 8.0.0
63+
- 8.0.6
6464
:when: 2023-08-16 16:49:26.950721112 Z
6565
- - :approve
6666
- Microsoft.Extensions.FileProviders.Abstractions
@@ -81,14 +81,14 @@
8181
- :who: mocsharp
8282
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
8383
:versions:
84-
- 8.0.0
84+
- 8.0.1
8585
:when: 2022-08-16 21:39:44.471693654 Z
8686
- - :approve
8787
- Microsoft.Extensions.Options
8888
- :who: mocsharp
8989
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
9090
:versions:
91-
- 8.0.0
91+
- 8.0.2
9292
:when: 2022-08-16 21:39:46.980521333 Z
9393
- - :approve
9494
- Microsoft.Extensions.Primitives
@@ -102,7 +102,7 @@
102102
- :who: woodheadio
103103
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
104104
:versions:
105-
- 17.8.0
105+
- 17.10.0
106106
:when: 2023-08-16 16:49:26.950721112 Z
107107
- - :approve
108108
- Microsoft.NETCore.Platforms
@@ -123,14 +123,14 @@
123123
- :who: woodheadio
124124
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
125125
:versions:
126-
- 17.8.0
126+
- 17.10.0
127127
:when: 2023-08-16 16:49:26.950721112 Z
128128
- - :approve
129129
- Microsoft.TestPlatform.TestHost
130130
- :who: woodheadio
131131
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
132132
:versions:
133-
- 17.8.0
133+
- 17.10.0
134134
:when: 2023-08-16 16:49:26.950721112 Z
135135
- - :approve
136136
- Microsoft.Win32.Primitives
@@ -172,14 +172,14 @@
172172
- :who: mocsharp
173173
:why: MIT ( https://licenses.nuget.org/MIT)
174174
:versions:
175-
- 8.2.1
175+
- 8.4.0
176176
:when: 2022-11-09 18:57:32.294717110 Z
177177
- - :approve
178178
- Polly.Core
179179
- :who: mocsharp
180180
:why: MIT ( https://licenses.nuget.org/MIT)
181181
:versions:
182-
- 8.2.1
182+
- 8.4.0
183183
:when: 2022-11-09 18:57:32.294717110 Z
184184
- - :approve
185185
- RabbitMQ.Client
@@ -292,14 +292,14 @@
292292
- :who: samrooke
293293
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
294294
:versions:
295-
- 20.0.4
295+
- 21.0.2
296296
:when: 2022-12-14 12:28:00.728481602 Z
297297
- - :approve
298298
- System.IO.Abstractions.TestingHelpers
299299
- :who: samrooke
300300
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
301301
:versions:
302-
- 20.0.4
302+
- 21.0.2
303303
:when: 2022-12-14 12:28:00.728481602 Z
304304
- - :approve
305305
- System.IO.Compression
@@ -614,28 +614,28 @@
614614
- :who: mocsharp
615615
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
616616
:versions:
617-
- 20.0.4
617+
- 21.0.2
618618
:when: 2022-08-16 21:40:21.430356356 Z
619619
- - :approve
620620
- TestableIO.System.IO.Abstractions.TestingHelpers
621621
- :who: mocsharp
622622
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
623623
:versions:
624-
- 20.0.4
624+
- 21.0.2
625625
:when: 2022-08-16 21:40:21.430356356 Z
626626
- - :approve
627627
- TestableIO.System.IO.Abstractions.Wrappers
628628
- :who: mocsharp
629629
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
630630
:versions:
631-
- 20.0.4
631+
- 21.0.2
632632
:when: 2022-08-16 21:40:21.430356356 Z
633633
- - :approve
634634
- coverlet.collector
635635
- :who: mocsharp
636636
:why: MIT (https://github.com/coverlet-coverage/coverlet/raw/master/LICENSE)
637637
:versions:
638-
- 6.0.0
638+
- 6.0.2
639639
:when: 2022-08-16 21:40:21.855388365 Z
640640
- - :approve
641641
- runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl
@@ -754,7 +754,7 @@
754754
- :who: mocsharp
755755
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
756756
:versions:
757-
- 2.6.3
757+
- 2.8.1
758758
:when: 2022-08-16 21:40:29.166018542 Z
759759
- - :approve
760760
- xunit.abstractions
@@ -768,40 +768,40 @@
768768
- :who: mocsharp
769769
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit.analyzers/master/LICENSE)
770770
:versions:
771-
- 1.7.0
771+
- 1.14.0
772772
:when: 2022-08-16 21:40:30.047067134 Z
773773
- - :approve
774774
- xunit.assert
775775
- :who: mocsharp
776776
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
777777
:versions:
778-
- 2.6.3
778+
- 2.8.1
779779
:when: 2022-08-16 21:40:30.526718458 Z
780780
- - :approve
781781
- xunit.core
782782
- :who: mocsharp
783783
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
784784
:versions:
785-
- 2.6.3
785+
- 2.8.1
786786
:when: 2022-08-16 21:40:30.973515441 Z
787787
- - :approve
788788
- xunit.extensibility.core
789789
- :who: mocsharp
790790
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
791791
:versions:
792-
- 2.6.3
792+
- 2.8.1
793793
:when: 2022-08-16 21:40:31.401607230 Z
794794
- - :approve
795795
- xunit.extensibility.execution
796796
- :who: mocsharp
797797
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
798798
:versions:
799-
- 2.6.3
799+
- 2.8.1
800800
:when: 2022-08-16 21:40:31.845685693 Z
801801
- - :approve
802802
- xunit.runner.visualstudio
803803
- :who: mocsharp
804804
:why: MIT ( https://licenses.nuget.org/MIT)
805805
:versions:
806-
- 2.5.6
806+
- 2.8.1
807807
:when: 2022-08-16 21:40:32.294717110 Z

src/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright 2022 MONAI Consortium
2+
* Copyright 2021-2024 MONAI Consortium
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

src/Messaging/API/ConnectionErrorArgs.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/*
2-
* Copyright 2021-2022 MONAI Consortium
1+
/*
2+
* Copyright 2021-2024 MONAI Consortium
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)