From 09f4b1a12299f3d117c621f95aa57dc21b8441cf Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Tue, 11 Jun 2024 15:05:04 -0700 Subject: [PATCH] Update dependencies Signed-off-by: Victor Chang --- .github/workflows/ci.yml | 22 ++++---- doc/dependency_decisions.yml | 18 +++---- .../AWSS3/Monai.Deploy.Storage.AWSS3.csproj | 2 +- .../Monai.Deploy.Storage.MinIO.Tests.csproj | 4 +- src/Plugins/MinIO/Tests/docker-compose.yml | 2 +- .../Monai.Deploy.Storage.S3Policy.csproj | 2 +- ...Monai.Deploy.Storage.S3Policy.Tests.csproj | 4 +- src/Storage/Monai.Deploy.Storage.csproj | 2 +- .../Tests/Monai.Deploy.Storage.Tests.csproj | 4 +- third-party-licenses.md | 54 +++++++++---------- 10 files changed, 57 insertions(+), 57 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34d9b8a..73f590a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,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') }} @@ -51,7 +51,7 @@ jobs: ${{ runner.os }}-nuget - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: csharp @@ -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 @@ -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') }} @@ -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') }} @@ -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') }} @@ -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 @@ -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 @@ -355,7 +355,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 id: download - name: List artifacts diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml index 6b6fbb3..77a21ef 100644 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -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 @@ -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 @@ -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 \ No newline at end of file diff --git a/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj b/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj index 9fac1b7..90e59c5 100644 --- a/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj +++ b/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj @@ -42,7 +42,7 @@ - + diff --git a/src/Plugins/MinIO/Tests/Monai.Deploy.Storage.MinIO.Tests.csproj b/src/Plugins/MinIO/Tests/Monai.Deploy.Storage.MinIO.Tests.csproj index 21810e5..6ff132e 100644 --- a/src/Plugins/MinIO/Tests/Monai.Deploy.Storage.MinIO.Tests.csproj +++ b/src/Plugins/MinIO/Tests/Monai.Deploy.Storage.MinIO.Tests.csproj @@ -26,8 +26,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Plugins/MinIO/Tests/docker-compose.yml b/src/Plugins/MinIO/Tests/docker-compose.yml index a9e4377..6dd99f7 100644 --- a/src/Plugins/MinIO/Tests/docker-compose.yml +++ b/src/Plugins/MinIO/Tests/docker-compose.yml @@ -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: diff --git a/src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj b/src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj index 97248df..b12c945 100644 --- a/src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj +++ b/src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj @@ -42,7 +42,7 @@ - + diff --git a/src/S3Policy/Tests/Monai.Deploy.Storage.S3Policy.Tests.csproj b/src/S3Policy/Tests/Monai.Deploy.Storage.S3Policy.Tests.csproj index c381cfd..6e09e12 100644 --- a/src/S3Policy/Tests/Monai.Deploy.Storage.S3Policy.Tests.csproj +++ b/src/S3Policy/Tests/Monai.Deploy.Storage.S3Policy.Tests.csproj @@ -22,8 +22,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Storage/Monai.Deploy.Storage.csproj b/src/Storage/Monai.Deploy.Storage.csproj index 5645f3a..21433a4 100644 --- a/src/Storage/Monai.Deploy.Storage.csproj +++ b/src/Storage/Monai.Deploy.Storage.csproj @@ -54,7 +54,7 @@ - + diff --git a/src/Storage/Tests/Monai.Deploy.Storage.Tests.csproj b/src/Storage/Tests/Monai.Deploy.Storage.Tests.csproj index 678fb38..1e94f88 100644 --- a/src/Storage/Tests/Monai.Deploy.Storage.Tests.csproj +++ b/src/Storage/Tests/Monai.Deploy.Storage.Tests.csproj @@ -24,8 +24,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/third-party-licenses.md b/third-party-licenses.md index 04810ba..2a82728 100644 --- a/third-party-licenses.md +++ b/third-party-licenses.md @@ -132,15 +132,15 @@ END OF TERMS AND CONDITIONS
-AWSSDK.S3 3.7.304.11 +AWSSDK.S3 3.7.307.6 ## 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) @@ -205,15 +205,15 @@ END OF TERMS AND CONDITIONS
-AWSSDK.SecurityToken 3.7.300.23 +AWSSDK.SecurityToken 3.7.300.66 ## 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) @@ -278,14 +278,14 @@ END OF TERMS AND CONDITIONS
-Ardalis.GuardClauses 4.2.0 +Ardalis.GuardClauses 4.5.0 ## 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) @@ -17340,13 +17340,13 @@ consequential or other damages.
-xunit 2.6.3 +xunit 2.7.0 ## 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) @@ -17503,13 +17503,13 @@ limitations under the License.
-xunit.assert 2.6.3 +xunit.assert 2.7.0 ## 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) @@ -17568,13 +17568,13 @@ Both sets of code are covered by the following license:
-xunit.core 2.6.3 +xunit.core 2.7.0 ## 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) @@ -17633,13 +17633,13 @@ Both sets of code are covered by the following license:
-xunit.extensibility.core 2.6.3 +xunit.extensibility.core 2.7.0 ## 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) @@ -17698,13 +17698,13 @@ Both sets of code are covered by the following license:
-xunit.extensibility.execution 2.6.3 +xunit.extensibility.execution 2.7.0 ## 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) @@ -17763,13 +17763,13 @@ Both sets of code are covered by the following license:
-xunit.runner.visualstudio 2.5.5 +xunit.runner.visualstudio 2.5.7 ## 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)