Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Jun 11, 2024
1 parent e2ba72b commit 09f4b1a
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 57 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
dotnet-version: "8.0.x"

- name: Enable NuGet cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.2
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: csharp

Expand All @@ -64,7 +64,7 @@ jobs:
working-directory: ./src

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

analyze:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
tools: licensefinder

- name: Enable NuGet cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.2
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down Expand Up @@ -123,17 +123,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"

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

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

- name: List artifacts
Expand All @@ -323,7 +323,7 @@ jobs:
needs: [build, unit-test]
if: ${{ github.event.inputs.nuget }}
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
id: download

- name: List artifacts
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
id: download

- name: List artifacts
Expand Down
18 changes: 9 additions & 9 deletions doc/dependency_decisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
- :who: mocsharp
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
:versions:
- 3.7.304.11
- 3.7.307.6
:when: 2022-08-29 18:11:13.354973002 Z
- - :approve
- AWSSDK.SecurityToken
- :who: mocsharp
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
:versions:
- 3.7.300.23
- 3.7.300.66
:when: 2022-08-16 18:11:13.781079769 Z
- - :approve
- Ardalis.GuardClauses
- :who: mocsharp
:why: MIT (https://github.com/ardalis/GuardClauses.Analyzers/raw/master/LICENSE)
:versions:
- 4.2.0
- 4.5.0
:when: 2022-08-16 18:11:14.642522140 Z
- - :approve
- Castle.Core
Expand Down Expand Up @@ -797,7 +797,7 @@
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- 2.6.3
- 2.7.0
:when: 2022-08-16 21:40:29.166018542 Z
- - :approve
- xunit.abstractions
Expand All @@ -818,33 +818,33 @@
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- 2.6.3
- 2.7.0
:when: 2022-08-16 21:40:30.526718458 Z
- - :approve
- xunit.core
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- 2.6.3
- 2.7.0
:when: 2022-08-16 21:40:30.973515441 Z
- - :approve
- xunit.extensibility.core
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- 2.6.3
- 2.7.0
:when: 2022-08-16 21:40:31.401607230 Z
- - :approve
- xunit.extensibility.execution
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- 2.6.3
- 2.7.0
:when: 2022-08-16 21:40:31.845685693 Z
- - :approve
- xunit.runner.visualstudio
- :who: mocsharp
:why: MIT ( https://licenses.nuget.org/MIT)
:versions:
- 2.5.5
- 2.5.7
:when: 2022-08-16 21:40:32.294717110 Z
2 changes: 1 addition & 1 deletion src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<Compile Include="..\..\AssemblyInfo.cs" Link="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.304.11" />
<PackageReference Include="AWSSDK.S3" Version="3.7.307.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\S3Policy\Monai.Deploy.Storage.S3Policy.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="20.0.4" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Plugins/MinIO/Tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
version: "3.9"
services:
minio:
image: "minio/minio:RELEASE.2023-10-16T04-13-43Z"
image: "minio/minio:RELEASE.2024-06-11T03-13-30Z"
command: server --console-address ":9001" /data
hostname: minio
volumes:
Expand Down
2 changes: 1 addition & 1 deletion src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<Compile Include="..\AssemblyInfo.cs" Link="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Ardalis.GuardClauses" Version="4.2.0" />
<PackageReference Include="Ardalis.GuardClauses" Version="4.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/S3Policy/Tests/Monai.Deploy.Storage.S3Policy.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/Monai.Deploy.Storage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<Compile Include="..\AssemblyInfo.cs" Link="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.300.23" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.300.66" />
<PackageReference Include="System.IO.Abstractions" Version="20.0.4" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Storage/Tests/Monai.Deploy.Storage.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="20.0.4" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
54 changes: 27 additions & 27 deletions third-party-licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,15 @@ END OF TERMS AND CONDITIONS


<details>
<summary>AWSSDK.S3 3.7.304.11</summary>
<summary>AWSSDK.S3 3.7.307.6</summary>

## AWSSDK.S3

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


Expand Down Expand Up @@ -205,15 +205,15 @@ END OF TERMS AND CONDITIONS


<details>
<summary>AWSSDK.SecurityToken 3.7.300.23</summary>
<summary>AWSSDK.SecurityToken 3.7.300.66</summary>

## AWSSDK.SecurityToken

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


Expand Down Expand Up @@ -278,14 +278,14 @@ END OF TERMS AND CONDITIONS


<details>
<summary>Ardalis.GuardClauses 4.2.0</summary>
<summary>Ardalis.GuardClauses 4.5.0</summary>

## Ardalis.GuardClauses

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


Expand Down Expand Up @@ -17340,13 +17340,13 @@ consequential or other damages.


<details>
<summary>xunit 2.6.3</summary>
<summary>xunit 2.7.0</summary>

## xunit

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


Expand Down Expand Up @@ -17503,13 +17503,13 @@ limitations under the License.


<details>
<summary>xunit.assert 2.6.3</summary>
<summary>xunit.assert 2.7.0</summary>

## xunit.assert

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


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


<details>
<summary>xunit.core 2.6.3</summary>
<summary>xunit.core 2.7.0</summary>

## xunit.core

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


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


<details>
<summary>xunit.extensibility.core 2.6.3</summary>
<summary>xunit.extensibility.core 2.7.0</summary>

## xunit.extensibility.core

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


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


<details>
<summary>xunit.extensibility.execution 2.6.3</summary>
<summary>xunit.extensibility.execution 2.7.0</summary>

## xunit.extensibility.execution

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


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


<details>
<summary>xunit.runner.visualstudio 2.5.5</summary>
<summary>xunit.runner.visualstudio 2.5.7</summary>

## xunit.runner.visualstudio

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


Expand Down

0 comments on commit 09f4b1a

Please sign in to comment.