Skip to content

Commit 09f4b1a

Browse files
committed
Update dependencies
Signed-off-by: Victor Chang <[email protected]>
1 parent e2ba72b commit 09f4b1a

10 files changed

+57
-57
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
dotnet-version: "8.0.x"
4444

4545
- name: Enable NuGet cache
46-
uses: actions/cache@v3.3.2
46+
uses: actions/cache@v4.0.2
4747
with:
4848
path: ~/.nuget/packages
4949
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
5050
restore-keys: |
5151
${{ runner.os }}-nuget
5252
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@v2
54+
uses: github/codeql-action/init@v3
5555
with:
5656
languages: csharp
5757

@@ -64,7 +64,7 @@ jobs:
6464
working-directory: ./src
6565

6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@v2
67+
uses: github/codeql-action/analyze@v3
6868

6969
analyze:
7070
runs-on: ubuntu-latest
@@ -95,7 +95,7 @@ jobs:
9595
tools: licensefinder
9696

9797
- name: Enable NuGet cache
98-
uses: actions/cache@v3.3.2
98+
uses: actions/cache@v4.0.2
9999
with:
100100
path: ~/.nuget/packages
101101
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -123,17 +123,17 @@ jobs:
123123
runs-on: ubuntu-latest
124124
steps:
125125
- name: Set up JDK 11
126-
uses: actions/setup-java@v3
126+
uses: actions/setup-java@v4
127127
with:
128128
distribution: 'zulu'
129129
java-version: '17'
130130

131-
- uses: actions/setup-dotnet@v3
131+
- uses: actions/setup-dotnet@v4
132132
with:
133133
dotnet-version: "8.0.x"
134134

135135
- name: Enable NuGet cache
136-
uses: actions/cache@v3.3.2
136+
uses: actions/cache@v4.0.2
137137
with:
138138
path: ~/.nuget/packages
139139
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -226,7 +226,7 @@ jobs:
226226
dotnet-version: "8.0.x"
227227

228228
- name: Enable NuGet cache
229-
uses: actions/cache@v3.3.2
229+
uses: actions/cache@v4.0.2
230230
with:
231231
path: ~/.nuget/packages
232232
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -298,7 +298,7 @@ jobs:
298298
needs: [build, unit-test]
299299
if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
300300
steps:
301-
- uses: actions/download-artifact@v3
301+
- uses: actions/download-artifact@v4
302302
id: download
303303

304304
- name: List artifacts
@@ -323,7 +323,7 @@ jobs:
323323
needs: [build, unit-test]
324324
if: ${{ github.event.inputs.nuget }}
325325
steps:
326-
- uses: actions/download-artifact@v3
326+
- uses: actions/download-artifact@v4
327327
id: download
328328

329329
- name: List artifacts
@@ -355,7 +355,7 @@ jobs:
355355
with:
356356
fetch-depth: 0
357357

358-
- uses: actions/download-artifact@v3
358+
- uses: actions/download-artifact@v4
359359
id: download
360360

361361
- name: List artifacts

doc/dependency_decisions.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
- :who: mocsharp
1212
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
1313
:versions:
14-
- 3.7.304.11
14+
- 3.7.307.6
1515
:when: 2022-08-29 18:11:13.354973002 Z
1616
- - :approve
1717
- AWSSDK.SecurityToken
1818
- :who: mocsharp
1919
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
2020
:versions:
21-
- 3.7.300.23
21+
- 3.7.300.66
2222
:when: 2022-08-16 18:11:13.781079769 Z
2323
- - :approve
2424
- Ardalis.GuardClauses
2525
- :who: mocsharp
2626
:why: MIT (https://github.com/ardalis/GuardClauses.Analyzers/raw/master/LICENSE)
2727
:versions:
28-
- 4.2.0
28+
- 4.5.0
2929
:when: 2022-08-16 18:11:14.642522140 Z
3030
- - :approve
3131
- Castle.Core
@@ -797,7 +797,7 @@
797797
- :who: mocsharp
798798
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
799799
:versions:
800-
- 2.6.3
800+
- 2.7.0
801801
:when: 2022-08-16 21:40:29.166018542 Z
802802
- - :approve
803803
- xunit.abstractions
@@ -818,33 +818,33 @@
818818
- :who: mocsharp
819819
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
820820
:versions:
821-
- 2.6.3
821+
- 2.7.0
822822
:when: 2022-08-16 21:40:30.526718458 Z
823823
- - :approve
824824
- xunit.core
825825
- :who: mocsharp
826826
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
827827
:versions:
828-
- 2.6.3
828+
- 2.7.0
829829
:when: 2022-08-16 21:40:30.973515441 Z
830830
- - :approve
831831
- xunit.extensibility.core
832832
- :who: mocsharp
833833
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
834834
:versions:
835-
- 2.6.3
835+
- 2.7.0
836836
:when: 2022-08-16 21:40:31.401607230 Z
837837
- - :approve
838838
- xunit.extensibility.execution
839839
- :who: mocsharp
840840
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
841841
:versions:
842-
- 2.6.3
842+
- 2.7.0
843843
:when: 2022-08-16 21:40:31.845685693 Z
844844
- - :approve
845845
- xunit.runner.visualstudio
846846
- :who: mocsharp
847847
:why: MIT ( https://licenses.nuget.org/MIT)
848848
:versions:
849-
- 2.5.5
849+
- 2.5.7
850850
:when: 2022-08-16 21:40:32.294717110 Z

src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<Compile Include="..\..\AssemblyInfo.cs" Link="AssemblyInfo.cs" />
4343
</ItemGroup>
4444
<ItemGroup>
45-
<PackageReference Include="AWSSDK.S3" Version="3.7.304.11" />
45+
<PackageReference Include="AWSSDK.S3" Version="3.7.307.6" />
4646
</ItemGroup>
4747
<ItemGroup>
4848
<ProjectReference Include="..\..\S3Policy\Monai.Deploy.Storage.S3Policy.csproj" />

src/Plugins/MinIO/Tests/Monai.Deploy.Storage.MinIO.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
2727
<PackageReference Include="Moq" Version="4.20.70" />
2828
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="20.0.4" />
29-
<PackageReference Include="xunit" Version="2.6.3" />
30-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
29+
<PackageReference Include="xunit" Version="2.7.0" />
30+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3232
<PrivateAssets>all</PrivateAssets>
3333
</PackageReference>

src/Plugins/MinIO/Tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
version: "3.9"
1616
services:
1717
minio:
18-
image: "minio/minio:RELEASE.2023-10-16T04-13-43Z"
18+
image: "minio/minio:RELEASE.2024-06-11T03-13-30Z"
1919
command: server --console-address ":9001" /data
2020
hostname: minio
2121
volumes:

src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<Compile Include="..\AssemblyInfo.cs" Link="AssemblyInfo.cs" />
4343
</ItemGroup>
4444
<ItemGroup>
45-
<PackageReference Include="Ardalis.GuardClauses" Version="4.2.0" />
45+
<PackageReference Include="Ardalis.GuardClauses" Version="4.5.0" />
4646
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
4747
</ItemGroup>
4848
<ItemGroup>

src/S3Policy/Tests/Monai.Deploy.Storage.S3Policy.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
</PropertyGroup>
2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
25-
<PackageReference Include="xunit" Version="2.6.3" />
26-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
25+
<PackageReference Include="xunit" Version="2.7.0" />
26+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
<PrivateAssets>all</PrivateAssets>
2929
</PackageReference>

src/Storage/Monai.Deploy.Storage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<Compile Include="..\AssemblyInfo.cs" Link="AssemblyInfo.cs" />
5555
</ItemGroup>
5656
<ItemGroup>
57-
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.300.23" />
57+
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.300.66" />
5858
<PackageReference Include="System.IO.Abstractions" Version="20.0.4" />
5959
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.0" />
6060
</ItemGroup>

src/Storage/Tests/Monai.Deploy.Storage.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
2525
<PackageReference Include="Moq" Version="4.20.70" />
2626
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="20.0.4" />
27-
<PackageReference Include="xunit" Version="2.6.3" />
28-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
27+
<PackageReference Include="xunit" Version="2.7.0" />
28+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
<PrivateAssets>all</PrivateAssets>
3131
</PackageReference>

third-party-licenses.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ END OF TERMS AND CONDITIONS
132132

133133

134134
<details>
135-
<summary>AWSSDK.S3 3.7.304.11</summary>
135+
<summary>AWSSDK.S3 3.7.307.6</summary>
136136

137137
## AWSSDK.S3
138138

139-
- Version: 3.7.304.11
139+
- Version: 3.7.307.6
140140
- Authors: Amazon Web Services
141141
- Owners: Amazon Web Services
142142
- Project URL: https://github.com/aws/aws-sdk-net/
143-
- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.S3/3.7.304.11)
143+
- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.S3/3.7.307.6)
144144
- License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt)
145145

146146

@@ -205,15 +205,15 @@ END OF TERMS AND CONDITIONS
205205

206206

207207
<details>
208-
<summary>AWSSDK.SecurityToken 3.7.300.23</summary>
208+
<summary>AWSSDK.SecurityToken 3.7.300.66</summary>
209209

210210
## AWSSDK.SecurityToken
211211

212-
- Version: 3.7.300.23
212+
- Version: 3.7.300.66
213213
- Authors: Amazon Web Services
214214
- Owners: Amazon Web Services
215215
- Project URL: https://github.com/aws/aws-sdk-net/
216-
- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.SecurityToken/3.7.300.23)
216+
- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.SecurityToken/3.7.300.66)
217217
- License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt)
218218

219219

@@ -278,14 +278,14 @@ END OF TERMS AND CONDITIONS
278278

279279

280280
<details>
281-
<summary>Ardalis.GuardClauses 4.2.0</summary>
281+
<summary>Ardalis.GuardClauses 4.5.0</summary>
282282

283283
## Ardalis.GuardClauses
284284

285-
- Version: 4.2.0
285+
- Version: 4.5.0
286286
- Authors: Steve Smith (@ardalis)
287287
- Project URL: https://github.com/ardalis/guardclauses
288-
- Source: [NuGet](https://www.nuget.org/packages/Ardalis.GuardClauses/4.2.0)
288+
- Source: [NuGet](https://www.nuget.org/packages/Ardalis.GuardClauses/4.5.0)
289289
- License: [MIT](https://github.com/ardalis/GuardClauses.Analyzers/raw/master/LICENSE)
290290

291291

@@ -17340,13 +17340,13 @@ consequential or other damages.
1734017340

1734117341

1734217342
<details>
17343-
<summary>xunit 2.6.3</summary>
17343+
<summary>xunit 2.7.0</summary>
1734417344

1734517345
## xunit
1734617346

17347-
- Version: 2.6.3
17347+
- Version: 2.7.0
1734817348
- Authors: jnewkirk,bradwilson
17349-
- Source: [NuGet](https://www.nuget.org/packages/xunit/2.6.3)
17349+
- Source: [NuGet](https://www.nuget.org/packages/xunit/2.7.0)
1735017350
- License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
1735117351

1735217352

@@ -17503,13 +17503,13 @@ limitations under the License.
1750317503

1750417504

1750517505
<details>
17506-
<summary>xunit.assert 2.6.3</summary>
17506+
<summary>xunit.assert 2.7.0</summary>
1750717507

1750817508
## xunit.assert
1750917509

17510-
- Version: 2.6.3
17510+
- Version: 2.7.0
1751117511
- Authors: jnewkirk,bradwilson
17512-
- Source: [NuGet](https://www.nuget.org/packages/xunit.assert/2.6.3)
17512+
- Source: [NuGet](https://www.nuget.org/packages/xunit.assert/2.7.0)
1751317513
- License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
1751417514

1751517515

@@ -17568,13 +17568,13 @@ Both sets of code are covered by the following license:
1756817568

1756917569

1757017570
<details>
17571-
<summary>xunit.core 2.6.3</summary>
17571+
<summary>xunit.core 2.7.0</summary>
1757217572

1757317573
## xunit.core
1757417574

17575-
- Version: 2.6.3
17575+
- Version: 2.7.0
1757617576
- Authors: jnewkirk,bradwilson
17577-
- Source: [NuGet](https://www.nuget.org/packages/xunit.core/2.6.3)
17577+
- Source: [NuGet](https://www.nuget.org/packages/xunit.core/2.7.0)
1757817578
- License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
1757917579

1758017580

@@ -17633,13 +17633,13 @@ Both sets of code are covered by the following license:
1763317633

1763417634

1763517635
<details>
17636-
<summary>xunit.extensibility.core 2.6.3</summary>
17636+
<summary>xunit.extensibility.core 2.7.0</summary>
1763717637

1763817638
## xunit.extensibility.core
1763917639

17640-
- Version: 2.6.3
17640+
- Version: 2.7.0
1764117641
- Authors: jnewkirk,bradwilson
17642-
- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.core/2.6.3)
17642+
- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.core/2.7.0)
1764317643
- License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
1764417644

1764517645

@@ -17698,13 +17698,13 @@ Both sets of code are covered by the following license:
1769817698

1769917699

1770017700
<details>
17701-
<summary>xunit.extensibility.execution 2.6.3</summary>
17701+
<summary>xunit.extensibility.execution 2.7.0</summary>
1770217702

1770317703
## xunit.extensibility.execution
1770417704

17705-
- Version: 2.6.3
17705+
- Version: 2.7.0
1770617706
- Authors: jnewkirk,bradwilson
17707-
- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.execution/2.6.3)
17707+
- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.execution/2.7.0)
1770817708
- License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
1770917709

1771017710

@@ -17763,13 +17763,13 @@ Both sets of code are covered by the following license:
1776317763

1776417764

1776517765
<details>
17766-
<summary>xunit.runner.visualstudio 2.5.5</summary>
17766+
<summary>xunit.runner.visualstudio 2.5.7</summary>
1776717767

1776817768
## xunit.runner.visualstudio
1776917769

17770-
- Version: 2.5.5
17770+
- Version: 2.5.7
1777117771
- Authors: jnewkirk,bradwilson
17772-
- Source: [NuGet](https://www.nuget.org/packages/xunit.runner.visualstudio/2.5.5)
17772+
- Source: [NuGet](https://www.nuget.org/packages/xunit.runner.visualstudio/2.5.7)
1777317773
- License: [MIT]( https://licenses.nuget.org/MIT)
1777417774

1777517775

0 commit comments

Comments
 (0)